From d46ba1f20991f79c9ecfb45ff8c33da5fdceddd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 12 Jun 2013 17:24:54 +0200 Subject: [PATCH] Added documentatioon for the new option qz_zero_threshold. --- doc/dynare.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/dynare.texi b/doc/dynare.texi index a7d2a5ff2..d2316ce88 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -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}