Manual: fix typo in description of “multiply” keyword in “shocks(learnt_in=…)” block

Also add a missing word.
kalman-mex
Sébastien Villemot 2023-10-17 16:12:45 -04:00
parent 113cfb9c47
commit 66ccb3b3d3
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 4 additions and 4 deletions

View File

@ -4031,7 +4031,7 @@ and ``endval`` blocks which are given a special ``learnt_in`` option.
.. block:: shocks(learnt_in=INTEGER) ; .. block:: shocks(learnt_in=INTEGER) ;
shocks(learnt_in=INTEGER,overwrite) ; shocks(learnt_in=INTEGER,overwrite) ;
|br| The ``shocks(learnt_in=INTEGER)`` can be used to specify temporary |br| The ``shocks(learnt_in=INTEGER)`` syntax can be used to specify temporary
shocks that are learnt in a specific period. It should contain one or more shocks that are learnt in a specific period. It should contain one or more
occurences of the following group of three lines, with the same semantics occurences of the following group of three lines, with the same semantics
as a regular :bck:`shocks` block:: as a regular :bck:`shocks` block::
@ -4045,9 +4045,9 @@ and ``endval`` blocks which are given a special ``learnt_in`` option.
to the values that were expected from the perspective of the previous to the values that were expected from the perspective of the previous
period. If the new information consists of an addition to the period. If the new information consists of an addition to the
previously-anticipated value, the ``values`` keyword can be replaced by the previously-anticipated value, the ``values`` keyword can be replaced by the
``add`` keyword; similarly, if the new information consists of an addition to the ``add`` keyword; similarly, if the new information consists of a
previously-anticipated value, the ``values`` keyword can be replaced by the multiplication of the previously-anticipated value, the ``values`` keyword
``multiply`` keyword. can be replaced by the ``multiply`` keyword.
The ``overwrite`` option says that this block cancels and replaces previous The ``overwrite`` option says that this block cancels and replaces previous
``shocks`` blocks that have the same ``learnt_in`` option. ``shocks`` blocks that have the same ``learnt_in`` option.