v4 diffuse smoother: added initialization d=0

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1804 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-04-16 14:27:50 +00:00
parent f4eda9e12f
commit e59b3c134f
2 changed files with 75 additions and 72 deletions

View File

@ -46,6 +46,7 @@ function [alphahat,etahat,a,aK,P,PK,d] = DiffuseKalmanSmoother1_Z(T,Z,R,Q,Pinf1,
global options_
d = 0;
nk = options_.nk;
spinf = size(Pinf1);
spstar = size(Pstar1);

View File

@ -53,6 +53,8 @@ function [alphahat,etahat,a1,P,aK,PK,d,decomp] = DiffuseKalmanSmoother3_Z(T,Z,R,
global options_
d = 0;
nk = options_.nk;
spinf = size(Pinf1);
spstar = size(Pstar1);