Added default value for the threshold level of the 0/0 generalized eigenvalue test (1e-6).

time-shift
Stéphane Adjemian (Charybdis) 2013-06-12 09:53:18 +02:00
parent b81fcbeeb1
commit a71b770fec
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ options_.initval_file = 0;
options_.Schur_vec_tol = 1e-11; % used to find nonstationary variables in Schur decomposition of the
% transition matrix
options_.qz_criterium = [];
options_.qz_zero_threshold = 1e-6;
options_.lyapunov_complex_threshold = 1e-15;
options_.solve_tolf = eps^(1/3);
options_.solve_tolx = eps^(2/3);