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
28b5f597
Verified
Commit
28b5f597
authored
3 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Fix list of allowed expressions in LHS (for solve_algo={12,14}).
[skip ci] (cherry picked from commit
472e66ae
)
parent
84e876e9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#6583
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+18
-15
18 additions, 15 deletions
doc/manual/source/the-model-file.rst
with
18 additions
and
15 deletions
doc/manual/source/the-model-file.rst
+
18
−
15
View file @
28b5f597
...
...
@@ -2855,24 +2855,27 @@ Finding the steady state with Dynare nonlinear solver
``12``
Specialized version of ``2`` for models where all the
equations have one endogenous variable on the left
hand side and where each equation determines a
different endogenous variable. Only expression allowed
on the left hand side is the natural logarithm of an
endogenous variable. Univariate blocks are solved by
evaluating the expression on the right hand
side.
Specialized version of ``2`` for models where all the equations
have one endogenous variable on the left hand side and where
each equation determines a different endogenous variable. Only
expressions allowed on the left hand side are the natural
logarithm of an endogenous variable, the first difference of an
endogenous variable (with the ``diff`` operator), or the first
difference of the logarithm of an endogenous variable.
Univariate blocks are solved by evaluating the expression on the
right hand side.
``14``
Specialized version of ``4`` for models where all the
equations have one endogenous variable on the left
hand side and where each equation determines a
different endogenous variable. Only expression allowed
on the left hand side is the natural logarithm of an
endogenous variable. Univariate blocks are solved by
evaluating the expression on the right hand side.
Specialized version of ``4`` for models where all the equations
have one endogenous variable on the left hand side and where
each equation determines a different endogenous variable. Only
expressions allowed on the left hand side are the natural
logarithm of an endogenous variable, the first difference of an
endogenous variable (with the ``diff`` operator), or the first
difference of the logarithm of an endogenous variable..
Univariate blocks are solved by evaluating the expression on the
right hand side.
|br| Default value is ``4``.
...
...
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