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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
86178154
Verified
Commit
86178154
authored
1 year ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Manual: fix typos in conditional forecasting section
(cherry picked from commit
e5b7ddbb
)
parent
f5d9bbd9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide 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 @
86178154
...
...
@@ -10181,12 +10181,12 @@ The forecast scenario can contain some simple shocks on the exogenous
variables. This shocks are described using the function
``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
indicated between quotes in the second argument. The shock type
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
the period of the shock using a dates class (see :ref:`dates class
members <dates-members>`). The last argument is the shock path
...
...
@@ -10199,7 +10199,7 @@ compatible with the constrained path are in this case computed. In
other words, a conditional forecast is performed. This kind of shock
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
variable specified between quotes in the second argument. The
...
...
@@ -10208,8 +10208,8 @@ is described with the function ``flip_plan``:
values compatible with the constrained path on the endogenous
variable will be computed. The nature of the expectation on the
constrained path has to be specified in the fourth argument
between quotes:
’
surprise
’
in case of an unexpected path or
’
perfect_foresight
’
for a perfectly anticipated path. The fifth
between quotes:
``'
surprise
'``
in case of an unexpected path or
``'
perfect_foresight
'``
for a perfectly anticipated path. The fifth
argument indicates the period where the path of the endogenous
variable is constrained using a dates class (see :ref:`dates class
members <dates-members>`). The last argument contains the
...
...
@@ -10229,8 +10229,8 @@ computed with the command ``det_cond_forecast``:
argument. By default, the past values of the variables are equal
to their steady-state values. The initial date of the forecast can
be provided in the third argument. By default, the forecast will
start at the first date indicated in the ``init_plan
command
``
. This function returns a dset containing the historical
start at the first date indicated in the ``init_plan
``
command. This function returns a d
ata
set containing the historical
and forecast values for the endogenous and exogenous variables.
...
...
This diff is collapsed.
Click to expand it.
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