Merge branch 'doc' of git.dynare.org:JohannesPfeifer/dynare

Ref. !1981
pac-components
Sébastien Villemot 2021-12-16 10:44:15 +01:00
commit 4dc60e69b2
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 16 additions and 11 deletions

View File

@ -161,6 +161,13 @@ For a UNIX grid:
the master to the slaves can be done without passwords, or
using an SSH agent.
.. warning:: Compatibility considerations between master and slave
It is highly recommended to use the same version of Dynare on both the
master and all slaves. Different versions regularly cause problems like
zero acceptance rates during estimation. When upgrading to a newer Dynare
version do not forget to adjust the ``DynarePath``.
We now turn to the description of the configuration directives. Note
that comments in the configuration file can be provided by separate
lines starting with a hashtag (#).

View File

@ -2734,7 +2734,9 @@ blocks.
scales DOUBLE | (EXPRESSION) [[,] DOUBLE | (EXPRESSION) ]...;
NOTE: ``scales`` and ``values`` cannot be simultaneously set for the same shock in the same period, but it is
possible to set ``values`` for some periods and ``scales`` for other periods for the same shock.
possible to set ``values`` for some periods and ``scales`` for other periods for the same shock. There can be
only one ``scales`` and ``values`` directive each for a given shock, so all affected periods must be set in one
statement.
*Example*
@ -2743,21 +2745,17 @@ blocks.
heteroskedastic_shocks;
var e1;
periods 86:87 88:97;
scales 0.5 0;
periods 86:87, 89:97;
scales 0.5, 0;
var e1;
periods 88;
values 0.1;
var e2;
periods 86:87 88:97;
values 0.04 0.01;
var e3;
periods 86:87;
values 0.04;
var e3;
periods 88:97;
scales 0;
end;
.. specvar:: Sigma_e