diffuse_kalman_tol not properly triggered

time-shift
Marco Ratto 2015-05-07 10:18:55 +02:00
parent f2617fcf74
commit e2b59630c1
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;