From 4f50f9d62243e8d2adb0fe616a26d3eeba8d9ab4 Mon Sep 17 00:00:00 2001 From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Tue, 23 Sep 2008 04:52:54 +0000 Subject: [PATCH] v4.0 merged changes from r2093 changeset git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2094 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/DiffuseKalmanSmootherH1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/DiffuseKalmanSmootherH1.m b/matlab/DiffuseKalmanSmootherH1.m index 86dcfbc017..b19ff67bab 100644 --- a/matlab/DiffuseKalmanSmootherH1.m +++ b/matlab/DiffuseKalmanSmootherH1.m @@ -1,4 +1,4 @@ -gfunction [alphahat,epsilonhat,etahat,atilde, aK] = DiffuseKalmanSmootherH1(T,R,Q,H,Pinf1,Pstar1,Y,trend,pp,mm,smpl,mf) +function [alphahat,epsilonhat,etahat,atilde, aK] = DiffuseKalmanSmootherH1(T,R,Q,H,Pinf1,Pstar1,Y,trend,pp,mm,smpl,mf) % function [alphahat,epsilonhat,etahat,atilde, aK] = DiffuseKalmanSmootherH1(T,R,Q,H,Pinf1,Pstar1,Y,trend,pp,mm,smpl,mf) % Computes the diffuse kalman smoother with measurement error, in the case of a non-singular var-cov matrix % -- GitLab