Skip to content
Snippets Groups Projects
Commit 0508bf9a authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added missing default options for stochastic simulation of nonlinear backward looking models.

(cherry picked from commit 4053f664ecec14ffb7269c6bbf78355ca46b6b92)
parent a7ba2b51
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,13 @@ ep.stochastic.pruned.level = 1e-5; ...@@ -173,6 +173,13 @@ ep.stochastic.pruned.level = 1e-5;
options_.ep = ep; options_.ep = ep;
% Simulations of backward looking models options
%
bnlms.set_dynare_seed_to_default = 1;
bnlms.innovation_distribution = 'gaussian';
options_.bnlms = bnlms;
% Particle filter % Particle filter
% %
% Default is that we do not use the non linear kalman filter % Default is that we do not use the non linear kalman filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment