From c666f92d01fabd3ea6c331a8a541b432ab7316d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Wed, 6 Jun 2012 16:30:59 +0200 Subject: [PATCH] Ref. manual: add note about default value of order option of stoch_simul --- doc/dynare.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 2f7a77a448..06bfd9b9fd 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -3000,7 +3000,8 @@ Order of Taylor approximation. Acceptable values are @code{1}, @code{2} and @code{3}. Note that for third order, @code{k_order_solver} option is implied and only empirical moments are available (you must provide a value for @code{periods} -option). Default: @code{2}. +option). Default: @code{2} (except after an @code{estimation} command, +in which case the default is the value used for the estimation). @item k_order_solver @anchor{k_order_solver} -- GitLab