Merge branch 'det_cond_forecast' into 'master'

det_cond_forecast.m: always set options_.qz_criterium

Closes #1701

See merge request Dynare/dynare!1704
time-shift
Sébastien Villemot 2020-02-03 11:16:10 +00:00
commit 929b34a168
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ verbosity = options_.verbosity;
if options_.periods == 0
options_.periods = 25;
end
if isempty(options_.qz_criterium)
options_.qz_criterium = 1+1e-6;
end
%We have to get an initial guess for the conditional forecast
% and terminal conditions for the non-stationary variables, we
% use the first order approximation of the rational expectation solution.