Skip to content
Snippets Groups Projects
Commit 62cee627 authored by Frédéric Karamé's avatar Frédéric Karamé
Browse files

Change the number of particles for posterior_sampling_method='dsmh'.

parent a37589f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment