thanks a lot Peter487,
In fact, i had the following code
- Code: Select all
estimation(datafile=data_cpi_ols,mh_replic=200000,mh_nblocks=5,mh_drop=0.45,mh_jscale=0.7,mode_file=erpt_mode,mode_compute=6,smoother)
So you mean that i have to re-run the model with the following estimation block
- Code: Select all
estimation(datafile=data_cpi_ols,mh_replic=0,mh_nblocks=5,mh_drop=0.45,mh_jscale=0.7,mode_file=erpt_mode,mode_compute=6,load_mh_file,smoother)
or simply
- Code: Select all
estimation(mh_replic=0, load_mh_file);
Moreover, do you know how to get the entire sequence of the parameters generated by the MH?
Thanks again,
Tovonony