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
2c674ce5
Commit
2c674ce5
authored
Nov 07, 2012
by
Stéphane Adjemian
Browse files
Use resampling in tests/particle/dsge_base2.mod.
parent
4604148d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/particle/dsge_base2.mod
View file @
2c674ce5
...
...
@@ -52,7 +52,7 @@ estimated_params_init;
alp, 0.4;
bet, 0.99;
tet, 0.357 ;
tau,
4
0;
tau,
5
0;
delt, 0.02;
rho, 0.95;
stderr e_a, .035;
...
...
@@ -67,8 +67,9 @@ varobs y l i;
options_.particle.status = 1;
options_.particle.algorithm = 'sequential_importance_particle_filter';
options_.particle.initialization = 1;
options_.particle.number_of_particles = 1000;
options_.particle.resampling.status = 'none';
options_.particle.pruning = 1;
options_.particle.number_of_particles = 20000;
options_.particle.resampling.status = 'systematic';
options_.particle.resampling.neff_threshold = .1;
options_.gstep(1) = 1e-4;
...
...
@@ -78,4 +79,4 @@ options_.mode_check_neighbourhood_size = 0.05;
set_dynare_threads('local_state_space_iteration_2',3);
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
estimation(datafile=data_risky_perturb2,nograph,order=2,nobs=100,mh_replic=0,mode_compute=7,mode_check);
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