From 8383a9cbd28064d748f0ee89bbfd524c74009fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= Date: Wed, 6 Feb 2019 22:48:05 +0100 Subject: [PATCH] Added option stochastic to Dynare command. Manually cherry-picked from 591a68bf509614f9b9b922d6ac2ea978f2e2e237. --- src/source/running-dynare.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/source/running-dynare.rst b/src/source/running-dynare.rst index f311643f2..d4ffffbcc 100644 --- a/src/source/running-dynare.rst +++ b/src/source/running-dynare.rst @@ -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