Skip to content
Snippets Groups Projects
Verified Commit de3de152 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add nograph option to plot_shock_decomposition

closes #30
parent 1fac178c
Branches
Tags
No related merge requests found
Pipeline #2500 passed
......@@ -2833,6 +2833,7 @@ plot_shock_decomposition_option : o_use_shock_groups
| o_psd_plot_end_date
| o_psd_diff
| o_psd_flip
| o_psd_nograph
;
initial_condition_decomposition_options_list : initial_condition_decomposition_option COMMA initial_condition_decomposition_options_list
......@@ -3218,6 +3219,7 @@ o_posterior_nograph : POSTERIOR_NOGRAPH
| POSTERIOR_GRAPH
{ driver.option_num("no_graph.posterior", "false"); }
;
o_psd_nograph : NOGRAPH { driver.option_num("no_graph.plot_shock_decomposition", "true"); }
o_shock_decomposition_nograph : NOGRAPH { driver.option_num("no_graph.shock_decomposition", "true"); }
o_init_state : INIT_STATE EQUAL INT_NUMBER { driver.option_num("shock_decomp.init_state", $3); };
o_forecast_type : FORECAST EQUAL UNCONDITIONAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment