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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
79e3e8b1
Verified
Commit
79e3e8b1
authored
2 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Manual: misc quote fixes
[skip ci] (cherry picked from commit
4a150efb
)
parent
e9f4db60
No related branches found
No related tags found
No related merge requests found
Pipeline
#8112
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+3
-3
3 additions, 3 deletions
doc/manual/source/the-model-file.rst
with
3 additions
and
3 deletions
doc/manual/source/the-model-file.rst
+
3
−
3
View file @
79e3e8b1
...
...
@@ -185,8 +185,8 @@ for declaring variables and parameters are described below.
::
var c gnp cva (country=
`
US', state=
`
VA')
cca (country=
`
US', state=
`
CA', long_name=
`
Consumption CA');
var c gnp cva (country=
'
US', state=
'
VA')
cca (country=
'
US', state=
'
CA', long_name=
'
Consumption CA');
var(deflator=A) i b;
var c $C$ (long_name=`Consumption');
...
...
@@ -4038,7 +4038,7 @@ Computing the stochastic solution
:mvar:`oo_.conditional_variance_decomposition_ME`). The
variance decomposition is only conducted, if theoretical
moments are requested, *i.e.* using the ``periods=0``-option.
Only available at ``order<3`` and without ``pruning
''
. In case of ``order=2``,
Only available at ``order<3`` and without ``pruning
``
. In case of ``order=2``,
Dynare provides a second-order accurate
approximation to the true second moments based on the linear
terms of the second-order solution (see *Kim, Kim,
...
...
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