Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
e5b7ddbb
Verified
Commit
e5b7ddbb
authored
Oct 10, 2023
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Manual: fix typos in conditional forecasting section
parent
2e3fbfc0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+7
-7
7 additions, 7 deletions
doc/manual/source/the-model-file.rst
with
7 additions
and
7 deletions
doc/manual/source/the-model-file.rst
+
7
−
7
View file @
e5b7ddbb
...
@@ -10847,12 +10847,12 @@ The forecast scenario can contain some simple shocks on the exogenous
...
@@ -10847,12 +10847,12 @@ The forecast scenario can contain some simple shocks on the exogenous
variables. This shocks are described using the function
variables. This shocks are described using the function
``basic_plan``:
``basic_plan``:
.. matcomm:: HANDLE = basic_plan (HANDLE,
`
VAR_NAME',
`
SHOCK_TYPE', DATES, MATLAB VECTOR OF DOUBLE
| [DOUBLE | EXPR [DOUBLE | EXPR] ]
);
.. matcomm:: HANDLE = basic_plan (HANDLE,
'
VAR_NAME',
'
SHOCK_TYPE', DATES, MATLAB VECTOR OF DOUBLE);
Adds to the forecast scenario a shock on the exogenous variable
Adds to the forecast scenario a shock on the exogenous variable
indicated between quotes in the second argument. The shock type
indicated between quotes in the second argument. The shock type
has to be specified in the third argument between quotes:
has to be specified in the third argument between quotes:
’
surprise
’
in case of an unexpected shock or
’
perfect_foresight
’
``'
surprise
'``
in case of an unexpected shock or
``'
perfect_foresight
'``
for a perfectly anticipated shock. The fourth argument indicates
for a perfectly anticipated shock. The fourth argument indicates
the period of the shock using a dates class (see :ref:`dates class
the period of the shock using a dates class (see :ref:`dates class
members <dates-members>`). The last argument is the shock path
members <dates-members>`). The last argument is the shock path
...
@@ -10865,7 +10865,7 @@ compatible with the constrained path are in this case computed. In
...
@@ -10865,7 +10865,7 @@ compatible with the constrained path are in this case computed. In
other words, a conditional forecast is performed. This kind of shock
other words, a conditional forecast is performed. This kind of shock
is described with the function ``flip_plan``:
is described with the function ``flip_plan``:
.. matcomm:: HANDLE = flip_plan (HANDLE,
`
VAR_NAME',
`
VAR_NAME',
`
SHOCK_TYPE', DATES, MATLAB VECTOR OF DOUBLE
| [DOUBLE | EXPR [DOUBLE | EXPR] ]
);
.. matcomm:: HANDLE = flip_plan (HANDLE,
'
VAR_NAME',
'
VAR_NAME',
'
SHOCK_TYPE', DATES, MATLAB VECTOR OF DOUBLE);
Adds to the forecast scenario a constrained path on the endogenous
Adds to the forecast scenario a constrained path on the endogenous
variable specified between quotes in the second argument. The
variable specified between quotes in the second argument. The
...
@@ -10874,8 +10874,8 @@ is described with the function ``flip_plan``:
...
@@ -10874,8 +10874,8 @@ is described with the function ``flip_plan``:
values compatible with the constrained path on the endogenous
values compatible with the constrained path on the endogenous
variable will be computed. The nature of the expectation on the
variable will be computed. The nature of the expectation on the
constrained path has to be specified in the fourth argument
constrained path has to be specified in the fourth argument
between quotes:
’
surprise
’
in case of an unexpected path or
between quotes:
``'
surprise
'``
in case of an unexpected path or
’
perfect_foresight
’
for a perfectly anticipated path. The fifth
``'
perfect_foresight
'``
for a perfectly anticipated path. The fifth
argument indicates the period where the path of the endogenous
argument indicates the period where the path of the endogenous
variable is constrained using a dates class (see :ref:`dates class
variable is constrained using a dates class (see :ref:`dates class
members <dates-members>`). The last argument contains the
members <dates-members>`). The last argument contains the
...
@@ -10895,8 +10895,8 @@ computed with the command ``det_cond_forecast``:
...
@@ -10895,8 +10895,8 @@ computed with the command ``det_cond_forecast``:
argument. By default, the past values of the variables are equal
argument. By default, the past values of the variables are equal
to their steady-state values. The initial date of the forecast can
to their steady-state values. The initial date of the forecast can
be provided in the third argument. By default, the forecast will
be provided in the third argument. By default, the forecast will
start at the first date indicated in the ``init_plan
start at the first date indicated in the ``init_plan
``
command
``
. This function returns a dset containing the historical
command. This function returns a d
ata
set containing the historical
and forecast values for the endogenous and exogenous variables.
and forecast values for the endogenous and exogenous variables.
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
86178154
·
Oct 11, 2023
mentioned in commit
86178154
mentioned in commit 86178154c146e6eaae4e4894d887ed4159f9298c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment