Reduce run-time of tune_mh_jscale/fs2000.mod

time-shift
Johannes Pfeifer 2021-01-26 10:10:29 +01:00
parent 1fce40ddeb
commit e9ea837b28
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
@#include "fs2000.inc"
estimation(order=1, datafile='../fsdat_simul', nobs=192, loglinear, mh_replic=20000, mh_nblocks=2, mh_tune_jscale=0.33);
estimation(order=1, datafile='../fsdat_simul', nobs=192, loglinear, mh_replic=10000, mh_nblocks=1, mh_tune_jscale=0.33,mh_tune_guess=0.7,plot_priors=0);
mhdata = load('fs2000/metropolis/fs2000_mh_history_0.mat');