Dear Dynare Community,
I am working on estimating a standard three-equation DSGE model and am comparing the results between MCMC and SMC methods. However, I am observing significant differences in the estimated parameters between the two approaches, which I did not anticipate.
Could you kindly advise if the estimation codes I am using are appropriate for a direct comparison between these sampling methods? I would appreciate any insights or recommendations on how to proceed with such a comparison.
The codes I am using are:
MCMC:
estimation(datafile=US_MacroData, mh_nblocks=2,mh_replic=5000, mode_compute=4,prior_trunc=0,
mh_jscale=.2) y pi i;
SMC:
estimation(
datafile=US_MacroData,
mh_nblocks=2,mh_replic=5000, mode_compute=4,prior_trunc=0,
mh_jscale=.2,
posterior_sampling_method='hssmc') y pi i;
Thank you in advance.
Best regards,
Susie