Base evaluation of linearity at steady state for exogenous variables

time-shift
Johannes Pfeifer 2015-08-30 11:56:26 +02:00
parent 9e504a1293
commit b592987fb4
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ it_ = MaxLag + 1 ;
if exo_nbr == 0
oo_.exo_steady_state = [] ;
end
[junk,jacobia_] = feval([M_.fname '_dynamic'],z, [oo_.exo_simul ...
[junk,jacobia_] = feval([M_.fname '_dynamic'],z, [zeros(size(oo_.exo_simul)) ...
oo_.exo_det_simul], M_.params, zeros(endo_nbr,1), it_);
if any(junk~=0)
error(['discretionary_policy: the model must be written in deviation ' ...