Merge pull request #923 from rattoma/diffuse_filter_and_smoother

diffuse_kalman_tol was not properly triggered
time-shift
Stéphane Adjemian 2015-05-07 12:48:02 +02:00
commit 93d5fc96fc
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ mm = length(T);
pp = DynareDataset.vobs;
rr = length(Q);
kalman_tol = DynareOptions.kalman_tol;
diffuse_kalman_tol = DynareOptions.kalman_tol;
diffuse_kalman_tol = DynareOptions.diffuse_kalman_tol;
riccati_tol = DynareOptions.riccati_tol;
Y = transpose(DynareDataset.data)-trend;