Skip to content
Snippets Groups Projects
Commit e675940f authored by Houtan Bastani's avatar Houtan Bastani Committed by Sébastien Villemot
Browse files

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

(cherry picked from commit 4ec5016e)
parent c5522547
Branches
Tags
No related merge requests found
...@@ -36,4 +36,4 @@ epsilon, gamma_pdf, 10, 0.003; ...@@ -36,4 +36,4 @@ epsilon, gamma_pdf, 10, 0.003;
stderr e, inv_gamma_pdf, 0.01, inf; stderr e, inv_gamma_pdf, 0.01, inf;
end; 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);
...@@ -78,4 +78,4 @@ stderr e_m, inv_gamma_pdf, 0.008862, inf; ...@@ -78,4 +78,4 @@ stderr e_m, inv_gamma_pdf, 0.008862, inf;
end; end;
estimation(datafile=fsdat,nobs=192,loglinear,mh_replic=2000, 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);
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment