From 57ae51d0bfcbc8dea8892c47a06629efaaf5464c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 4 Jun 2010 09:35:45 +0300 Subject: [PATCH] Ref. manual: mention that parameters can now be set from the 'steady_state_model' block --- doc/manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xml b/doc/manual.xml index 9673c7a3e..86b4f123e 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -1842,7 +1842,7 @@ steady(homotopy_mode = 1, homotopy_steps = 50); When the analytical solution of the model is known, this command can be used to help Dynare find the steady state in a more efficient and reliable way, especially during estimation where the steady state has to be recomputed for every point in the parameter space. - Each line of this block consists of a variable (either an endogenous or a temporary variable) which is assigned an expression (which can contain parameters, exogenous at the steady state, or any endogenous or temporary variable already declared above). + Each line of this block consists of a variable (either an endogenous, a temporary variable or a parameter) which is assigned an expression (which can contain parameters, exogenous at the steady state, or any endogenous or temporary variable already declared above). Internally, Dynare will create a steady state file called FILENAME_steadystate.m, using the information provided in this block.