Skip to content
Snippets Groups Projects

Dsmh

Open Frédéric Karamé requested to merge FredericKarame/dynare:DSMH into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -200,7 +200,7 @@ estimation(order=3,filter_algorithm=nlkf,number_of_particles=10000,proposal_appr
@#endif
@#if DSMH
estimation(order=1,posterior_sampling_method='dsmh',posterior_sampler_options=('particles',1000));
estimation(order=1,posterior_sampling_method='dsmh',posterior_sampler_options=('particles',10000));
% estimation(order=2,posterior_sampling_method='dsmh',posterior_sampler_options=('particles',1000));
% estimation(order=3,posterior_sampling_method='dsmh',filter_algorithm=nlkf,proposal_approximation=montecarlo,number_of_particles=500,posterior_sampler_options=('particles',500));
@#endif
Loading