v4 tests: updated fs2000a.mod

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@672 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-03-11 16:19:29 +00:00
parent b9ae1874ef
commit 1377fec610
1 changed files with 101 additions and 101 deletions

View File

@ -95,7 +95,7 @@ P_obs (log(mst)-gam);
Y_obs (gam);
end;
options_.unit_root_vars = {'P_obs'; 'Y_obs'};
unit_root_vars P_obs Y_obs;
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_drop=0.45);
//stoch_simul(order=1,nomoments,irf=0);
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=5000,mh_nblocks=2,mh_drop=0.45);