Skip to content
Snippets Groups Projects
Commit 6e4ccac1 authored by Marco Ratto's avatar Marco Ratto
Browse files

initialize undocumented options that would otherwise lead to a crash in...

initialize undocumented options that would otherwise lead to a crash in occbin.shock_decomposition (unrecognized field name)
parent 159b6a46
Branches
No related tags found
No related merge requests found
...@@ -174,6 +174,9 @@ if ismember(flag,{'shock_decomp','all'}) ...@@ -174,6 +174,9 @@ if ismember(flag,{'shock_decomp','all'})
options_occbin_.shock_decomp.shocks_only=false; options_occbin_.shock_decomp.shocks_only=false;
options_occbin_.shock_decomp.total_effect=false; options_occbin_.shock_decomp.total_effect=false;
options_occbin_.shock_decomp.conditional_only=true; options_occbin_.shock_decomp.conditional_only=true;
options_occbin_.shock_decomp.exclude_shock_from_weights='';
options_occbin_.shock_decomp.variable_for_computing_weights='';
options_occbin_.shock_decomp.variable_for_computing_weights_lower_bound='';
options_occbin_.shock_decomp.TINIT = dates(); % date to initialize states for shock decomp options_occbin_.shock_decomp.TINIT = dates(); % date to initialize states for shock decomp
% options_occbin_.shock_decomp.use_shock_groups=options_.plot_shock_decomp.use_shock_groups; % options_occbin_.shock_decomp.use_shock_groups=options_.plot_shock_decomp.use_shock_groups;
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment