Merge pull request #1422 from JohannesPfeifer/real_time_shock

realtime_shock_decomposition.m: Delete variable that produced unwante…
time-shift
Houtan Bastani 2017-03-27 11:37:16 +02:00 committed by GitHub
commit 37dd5fd077
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;