v4 disp_th_moments.m: corrected bug with non stationary variables

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@818 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-07-09 08:46:46 +00:00
parent 834ae21345
commit 4eecf7999b
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@ function disp_th_moments(dr,var_list)
end
end
[oo_.gamma_y,ivar] = th_autocovariances(dr,ivar);
m = dr.ys(ivar);
oo_.gamma_y = th_autocovariances(dr,ivar);
i1 = find(abs(diag(oo_.gamma_y{1})) > 1e-12);
s2 = diag(oo_.gamma_y{1});