Skip to content
Snippets Groups Projects
Verified Commit d1d6dc01 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Manual: document oo_.exo_steady_state

(cherry picked from commit 1334ae04)
parent 5e6ee2dc
Branches
No related tags found
No related merge requests found
......@@ -2965,6 +2965,13 @@ After computation, the steady state is available in the following variable:
ordered in the order of declaration used in the ``var`` command (which
is also the order used in ``M_.endo_names``).
 
.. matvar:: oo_.exo_steady_state
Contains the steady state of the exogenous variables, as declared by the
previous ``initval`` or ``endval`` block. Exogenous variables are
ordered in the order of declaration used in the ``varexo`` command (which
is also the order used in ``M_.exo_names``).
.. matcomm:: get_mean ('ENDOGENOUS_NAME' [, 'ENDOGENOUS_NAME']... );
 
Returns the steady of state of the given endogenous variable(s), as it is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment