Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
10cd5f20
Commit
10cd5f20
authored
Mar 09, 2012
by
Stéphane Adjemian
Browse files
Changed options.
parent
323e6fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/particle/dsge_base2.mod
View file @
10cd5f20
...
...
@@ -67,10 +67,15 @@ varobs y l i;
options_.particle.status = 1;
options_.particle.algorithm = 'sequential_importance_particle_filter';
options_.particle.initialization = 1;
options_.particle.number_of_particles = 5000;
options_.particle.number_of_particles = 1000;
options_.particle.resampling.status = 'none';
options_.particle.resampling.neff_threshold = .1;
options_.gstep(1) = 1e-4;
options_.gstep(2) = .1;
options_.mode_check_neighbourhood_size = 0.05;
set_dynare_threads('local_state_space_iteration2',3);
set_dynare_threads('local_state_space_iteration
_
2',3);
estimation(datafile=data_risky_perturb2,order=2,nobs=100,mh_replic=0,mode_compute=4,mode_check);
\ No newline at end of file
estimation(datafile=data_risky_perturb2,order=2,nobs=100,mh_replic=0,mode_compute=7,mode_file=dsge_base2_mode,mode_check);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment