Add “diff” and “flip” options to plot_shock_decomposition and initial_condition_decomposition

This is only the interface. The actual implementation and the documentation are
still missing.

Ref #1649

[skip ci]
time-shift
Sébastien Villemot 2019-07-03 16:32:33 +02:00
parent 123049cf18
commit 682eecf06e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,7 @@ function options = set_default_initial_condition_decomposition_options(options)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2017 Dynare Team
% Copyright (C) 2017-2019 Dynare Team
%
% This file is part of Dynare.
%
@ -34,4 +34,6 @@ options.initial_condition_decomp.write_xls = 0;
options.initial_condition_decomp.type = '';
options.initial_condition_decomp.plot_init_date = [];
options.initial_condition_decomp.plot_end_date = [];
options.initial_condition_decomp.diff = false;
options.initial_condition_decomp.flip = false;
end

View File

@ -11,7 +11,7 @@ function options = set_default_plot_shock_decomposition_options(options)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2017 Dynare Team
% Copyright (C) 2017-2019 Dynare Team
%
% This file is part of Dynare.
%
@ -48,4 +48,6 @@ options.plot_shock_decomp.vintage = 0; % 0 pool realtime/conditional; int:
% decompositions
options.plot_shock_decomp.plot_init_date = [];
options.plot_shock_decomp.plot_end_date = [];
options.plot_shock_decomp.diff = false;
options.plot_shock_decomp.flip = false;
end

@ -1 +1 @@
Subproject commit 6686344acbbc2b8279fb9b7b5d6a1814e71bf10a
Subproject commit 4032942fa42327dec917b26b4ec0c44635fd5651