Fix list of allowed expressions in LHS (for solve_algo={12,14}).

[skip ci]
mr#1991
Stéphane Adjemian (Ryûk) 2022-01-05 11:35:02 +01:00
parent c1034e39dd
commit 472e66ae47
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 18 additions and 15 deletions

View File

@ -2955,24 +2955,27 @@ Finding the steady state with Dynare nonlinear solver
``12`` ``12``
Specialized version of ``2`` for models where all the Specialized version of ``2`` for models where all the equations
equations have one endogenous variable on the left have one endogenous variable on the left hand side and where
hand side and where each equation determines a each equation determines a different endogenous variable. Only
different endogenous variable. Only expression allowed expressions allowed on the left hand side are the natural
on the left hand side is the natural logarithm of an logarithm of an endogenous variable, the first difference of an
endogenous variable. Univariate blocks are solved by endogenous variable (with the ``diff`` operator), or the first
evaluating the expression on the right hand difference of the logarithm of an endogenous variable.
side. Univariate blocks are solved by evaluating the expression on the
right hand side.
``14`` ``14``
Specialized version of ``4`` for models where all the Specialized version of ``4`` for models where all the equations
equations have one endogenous variable on the left have one endogenous variable on the left hand side and where
hand side and where each equation determines a each equation determines a different endogenous variable. Only
different endogenous variable. Only expression allowed expressions allowed on the left hand side are the natural
on the left hand side is the natural logarithm of an logarithm of an endogenous variable, the first difference of an
endogenous variable. Univariate blocks are solved by endogenous variable (with the ``diff`` operator), or the first
evaluating the expression on the right hand side. 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``. |br| Default value is ``4``.