fixed header

time-shift
Marco Ratto 2017-01-09 15:37:11 +01:00 committed by Stéphane Adjemian (Charybdis)
parent 73e5650dcc
commit e3c825f01a
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
function plot_shock_decomposition(M_,oo_,options_,varlist)
% function plot_shock_decomposition(M_,oo_,options_,varlist)
% Computes shocks contribution to a simulated trajectory. The field set is
% oo_.shock_decomposition. It is a n_var by nshock+2 by nperiods array. The
% first nshock columns store the respective shock contributions, column n+1
% stores the role of the initial conditions, while column n+2 stores the
% value of the smoothed variables. Both the variables and shocks are stored
% in the order of declaration, i.e. M_.endo_names and M_.exo_names, respectively.
% Plots the results of shock_decomposition
%
% INPUTS
% M_: [structure] Definition of the model