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
6c14ffb6
Commit
6c14ffb6
authored
3 years ago
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
manual: updated info on auxiliary variables
Related to
Dynare/dynare#1811
parent
58ee2400
No related branches found
No related tags found
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
+5
-2
5 additions, 2 deletions
doc/manual/source/the-model-file.rst
with
5 additions
and
2 deletions
doc/manual/source/the-model-file.rst
+
5
−
2
View file @
6c14ffb6
...
...
@@ -1299,11 +1299,14 @@ the form ``MULT_i``, where *i* represents the constraint with which
the multiplier is associated (counted from the order of declaration in
the model block).
The last type of a
uxiliary variables
is
introduced by the
A
uxiliary variables
are also
introduced by the
``differentiate_forward_vars`` option of the model block. The new
variables take the form ``AUX_DIFF_FWRD_i``, and are equal to
``x-x(-1)`` for some endogenous variable ``x``.
Finally, auxiliary variables will arise in the context of employing the
``diff``-operator.
Once created, all auxiliary variables are included in the set of
endogenous variables. The output of decision rules (see below) is such
that auxiliary variable names are replaced by the original variables
...
...
@@ -1314,7 +1317,7 @@ variables is stored in ``M_.orig_endo_nbr``, and the number of
endogenous variables after the creation of auxiliary variables is
stored in ``M_.endo_nbr``.
See `<https://
archives
.dynare.org/Dynare
W
iki/Auxiliary
V
ariables>`__ for more technical details on auxiliary variables.
See `<https://
git
.dynare.org/Dynare
/dynare/-/w
iki
s
/Auxiliary
-v
ariables>`__ for more technical details on auxiliary variables.
.. _init-term-cond:
...
...
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