Manual: adapt for k-order

Ref #217
time-shift
Sébastien Villemot 2019-04-16 12:28:01 +02:00
parent 040c4f11a7
commit 38b588d7c0
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 7 additions and 7 deletions

View File

@ -3138,19 +3138,18 @@ Computing the stochastic solution
.. option:: order = INTEGER
Order of Taylor approximation. Acceptable values are ``1``,
``2`` and ``3``. Note that for third order, ``k_order_solver``
option is implied and only empirical moments are available (you
must provide a value for ``periods`` option). Default: ``2``
(except after an ``estimation`` command, in which case the
default is the value used for the estimation).
Order of Taylor approximation. Note that for third order and above, the
``k_order_solver`` option is implied and only empirical moments are
available (you must provide a value for ``periods`` option). Default:
``2`` (except after an ``estimation`` command, in which case the default
is the value used for the estimation).
.. option:: k_order_solver
Use a k-order solver (implemented in C++) instead of the
default Dynare solver. This option is not yet compatible with
the ``bytecode`` option (see :ref:`model-decl`). Default:
disabled for order 1 and 2, enabled otherwise.
disabled for order 1 and 2, enabled for order 3 and above.
.. option:: periods = INTEGER
@ -3244,6 +3243,7 @@ Computing the stochastic solution
algorithm of *Kim, Kim, Schaumburg and Sims (2008)*, while at
third order its generalization by *Andreasen,
Fernández-Villaverde and Rubio-Ramírez (2013)* is used.
Not available above third order.
.. option:: partial_information