Re: particle filter dynare
When downloading and installing the unstable version, you can find the up-to-date manual in the doc-folder. It's called dynare.pdf
Forums for asking questions, posting comments and uploading examples related to Dynare
http://www.dynare.org/phpBB3/
options_.particle.number_of_particles = 20000;
options_.particle.resampling.status = 'systematic';
options_.particle.resampling.neff_threshold = .1;
estimation(order=2,nobs=100,mode_compute=8, mode_check,datafile=linear_model_data,mh_replic=0, filter_algorithm=sis, resampling=systematic, resampling_threshold=.1, mode_file=linear_model_mode);options_.gstep(1) = 1e-4;
options_.gstep(2) = .1;
options_.mode_check_neighbourhood_size = 0.05;
set_dynare_threads('local_state_space_iteration_2',3);mode_check_neighbourhood_sizeset the number of threads used by some MEX files when compiled
with OpenMP support (i.e with --enable-openmp is given to configure) or any
other parallel library.
filter_algorithm=sisresampling=systematic or generic
mode_compute=11filter_algorithm= filter_algorithm=sisresampling=systematicresampling_threshold generic systematic noneapf resampling=nonemode_compute=11mode_file=linear_model_mode