Added documentatioon for the new option qz_zero_threshold.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-12 17:24:54 +02:00
parent d284f8fb83
commit d46ba1f209
1 changed files with 16 additions and 0 deletions

View File

@ -2899,6 +2899,12 @@ must have full rank.
@item solve_algo = @var{INTEGER}
@xref{solve_algo}, for the possible values and their meaning.
@item qz_zero_threshold = @var{DOUBLE}
Value used to test if a generalized eigenvalue is 0/0 in the generalized
Schur decomposition (in which case the model does not admit a unique
solution). Default: @code{1e-6}.
@end table
@outputhead
@ -3339,6 +3345,11 @@ problems. Default: @code{1.000001} (except when estimating with
@code{lik_init} option equal to @code{1}: the default is
@code{0.999999} in that case; @pxref{Estimation}).
@item qz_zero_threshold = @var{DOUBLE}
Value used to test if a generalized eigenvalue is 0/0 in the generalized
Schur decomposition (in which case the model does not admit a unique
solution). Default: @code{1e-6}.
@item replic = @var{INTEGER}
Number of simulated series used to compute the IRFs. Default: @code{1}
if @code{order}=@code{1}, and @code{50} otherwise.
@ -4682,6 +4693,11 @@ the option is equal to @code{0}, Dynare will not automatically change
the filter, but rather use a penalty value for the likelihood when
such a singularity is encountered. Default: @code{1}.
@item qz_zero_threshold = @var{DOUBLE}
Value used to test if a generalized eigenvalue is 0/0 in the generalized
Schur decomposition (in which case the model does not admit a unique
solution). Default: @code{1e-6}.
@end table
@customhead{Note}