From e3c825f01a6adfcf9e3133d4ecebac6e9e111683 Mon Sep 17 00:00:00 2001 From: Marco Ratto Date: Mon, 9 Jan 2017 15:37:11 +0100 Subject: [PATCH] fixed header --- matlab/plot_shock_decomposition.m | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/matlab/plot_shock_decomposition.m b/matlab/plot_shock_decomposition.m index 8072842cc..e6e3f188b 100644 --- a/matlab/plot_shock_decomposition.m +++ b/matlab/plot_shock_decomposition.m @@ -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