realtime_shock_decomposition.m: Delete variable that produced unwanted output

time-shift
Johannes Pfeifer 2017-03-25 12:21:47 +01:00
parent 7315b5ae73
commit 4380b4a973
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ for j=presample+1:nobs,
epsilon=[epsilon zeros(nshocks,forecast_)];
z = zeros(endo_nbr,nshocks+2,gend+forecast_);
Smoothed_Variables_deviation_from_mean
z(:,end,1:gend) = Smoothed_Variables_deviation_from_mean;
maximum_lag = M_.maximum_lag;