Update userguide .mod files: set mode_compute=6, following fixes on dynare forum

time-shift
Houtan Bastani 2010-06-24 18:37:01 +02:00
parent 441ecaee30
commit 4ec5016e5f
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ epsilon, gamma_pdf, 10, 0.003;
stderr e, inv_gamma_pdf, 0.01, inf;
end;
estimation(datafile=simuldataRBC,nobs=200,first_obs=500,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.8);
estimation(datafile=simuldataRBC,nobs=200,first_obs=500,mh_replic=2000,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.8,mode_compute=6);

View File

@ -78,4 +78,4 @@ stderr e_m, inv_gamma_pdf, 0.008862, inf;
end;
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000,
mode_compute=4,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.65);
mode_compute=6,mh_nblocks=2,mh_drop=0.45,mh_jscale=0.65);