From 6eb16f06f55610cc8e955c10e005d10090b78dc6 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Fri, 4 Nov 2011 21:14:40 +0100 Subject: [PATCH] fixed bug for measurement errors returned by smoother --- matlab/missing_DiffuseKalmanSmootherH3_Z.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;