diff --git a/matlab/missing_DiffuseKalmanSmootherH3_Z.m b/matlab/missing_DiffuseKalmanSmootherH3_Z.m index 4d1668adf..f9241c5ef 100644 --- a/matlab/missing_DiffuseKalmanSmootherH3_Z.m +++ b/matlab/missing_DiffuseKalmanSmootherH3_Z.m @@ -279,4 +279,4 @@ if decomp_flag end end -epsilon_hat = Y - Z*alphahat; +epsilonhat = Y - Z*alphahat;