fs2000.mod: add mode_check plots and fix datatomfile command

mr#2067
Johannes Pfeifer 2022-08-03 10:30:38 +02:00
parent 24d7f569f1
commit c2283443df
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ end;
varobs gp_obs gy_obs;
estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=2, mh_jscale=0.8);
estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=2, mh_jscale=0.8, mode_check);
/*
@ -132,4 +132,4 @@ estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, m
*/
//stoch_simul(periods=200, order=1);
//datatomfile('fsdat_simul', char('gy_obs', 'gp_obs'));
//datatomfile('fsdat_simul', {'gy_obs', 'gp_obs'});