v4 dynare_MC.m: options_.filter_step_ahead is now empty by default

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1311 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2007-06-09 07:49:55 +00:00
parent 51d6ff2d85
commit 188a128446
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function global_initialization()
options_.kalman_tol = 1e-12;
options_.posterior_mode_estimation = 1;
options_.MaxNumberOfBytes = 1e6;
options_.filter_step_ahead = 0;
options_.filter_step_ahead = [];
options_.diffuse_d = [];
options_.logdata = 0;
options_.use_mh_covariance_matrix = 0;