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

PosteriorIRF_core1.m: replace function using globals

parent be2dd445
Branches
Tags
1 merge request!2083Fix posterior IRF generation with loglinear option
...@@ -144,7 +144,7 @@ while fpar<B ...@@ -144,7 +144,7 @@ while fpar<B
deep = x(fpar,:); deep = x(fpar,:);
end end
stock_param(irun2,:) = deep; stock_param(irun2,:) = deep;
set_parameters(deep); M_ = set_parameters_locally(M_, deep);
[dr,info,M_,oo_] =compute_decision_rules(M_,options_,oo_); [dr,info,M_,oo_] =compute_decision_rules(M_,options_,oo_);
oo_.dr = dr; oo_.dr = dr;
if info(1) if info(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment