From e76db22c79fd5f894407ad6a6d83d4bd1eb69d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 30 Dec 2013 15:50:42 +0100 Subject: [PATCH] Give more details about endogenous_terminal_period option. --- doc/dynare.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 964cb7f0c..40284b051 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -3197,9 +3197,12 @@ Number of periods of the simulation @item endogenous_terminal_period The number of periods is not constant across Newton iterations when solving the perfect foresight model. The size of the nonlinear system of -equations by removing the portions of the paths (and associated -equations) for which the solution has already been identified (up to the -tolerance parameter). +equations is reduced by removing the portion of the paths (and +associated equations) for which the solution has already been identified +(up to the tolerance parameter). This strategy can be interpreted as a +mix of the shooting and relaxation approaches. Note that round off +errors are more important with this mixed strategy (user should check +the reported value of the maximum absolute error). @item maxit = @var{INTEGER} Determines the maximum number of iterations used in the non-linear solver. -- GitLab