Added option stochastic to Dynare command.

Manually cherry-picked from 591a68bf50.
time-shift
Stéphane Adjemia (Scylla) 2019-02-06 22:48:05 +01:00
parent 66096b1a9a
commit 8383a9cbd2
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 8 additions and 0 deletions

View File

@ -343,6 +343,14 @@ by the ``dynare`` command.
Tells Dynare to compute the equation cross references, writing
them to the output ``.m`` file.
.. option:: stochastic
Tells Dynare that the model to be solved is stochastic. If no
Dynare commands related to stochastic models (``stoch_simul``,
``estimation``, ...) are present in the ``.mod`` file, Dynare
understands by default that the model to be solved is
deterministic.
These options can be passed to the preprocessor by listing them
after the name of the ``.mod`` file. They can alternatively be
defined in the first line of the ``.mod`` file, this avoids typing