corrected bug in conditional variance decomposition: removed reference to useless aux variable

time-shift
Michel Juillard 2011-02-20 12:24:24 +01:00
parent 8a0dabd07d
commit c0d147c6da
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ for file = 1:NumberOfDrawsFiles
npred = dr.npred;
iv = (1:endo_nbr)';
ic = [ nstatic+(1:npred) endo_nbr+(1:size(dr.ghx,2)-npred) ]';
StateSpaceModel.number_of_state_equations = M_.endo_nbr+rows(aux);
StateSpaceModel.number_of_state_equations = M_.endo_nbr;
StateSpaceModel.number_of_state_innovations = M_.exo_nbr;
StateSpaceModel.sigma_e_is_diagonal = M_.sigma_e_is_diagonal;
StateSpaceModel.order_var = dr.order_var;