Skip to content
Snippets Groups Projects
Commit 958dcf7b authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

online auxiliary filter: add option to set termination condition of loop

parent ca4601bd
Branches
Tags
1 merge request!1994online auxiliary filter: add option to set termination condition of loop
...@@ -287,6 +287,7 @@ particle.mixture_structural_shocks = 1 ; ...@@ -287,6 +287,7 @@ particle.mixture_structural_shocks = 1 ;
particle.mixture_measurement_shocks = 1 ; particle.mixture_measurement_shocks = 1 ;
% Online approach % Online approach
particle.liu_west_delta = 0.99 ; particle.liu_west_delta = 0.99 ;
particle.liu_west_max_resampling_tries = 5000;
% Options for setting the weights in conditional particle filters. % Options for setting the weights in conditional particle filters.
particle.cpf_weights_method.amisanotristani = true; particle.cpf_weights_method.amisanotristani = true;
particle.cpf_weights_method.murrayjonesparslow = false; particle.cpf_weights_method.murrayjonesparslow = false;
......
Subproject commit 383df9c85c823be61e25a3702a151b6f20e609fc Subproject commit 2e18ca8ff584d1ab47658f329ab73ab1c27cdf6f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment