From c60e8ad6f218fb3258fdcd94ac1be37009e484e9 Mon Sep 17 00:00:00 2001 From: michel Date: Wed, 18 Mar 2009 08:12:58 +0000 Subject: [PATCH] partial update of manual git-svn-id: https://www.dynare.org/svn/dynare/trunk@2477 ac1d8469-bf42-47a9-8791-bf33cf982152 --- doc/manual.xml | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/doc/manual.xml b/doc/manual.xml index eb101e9db..908a5205b 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -3,15 +3,39 @@ Dynare Manual - Version 4.0.2 (draft) + Version 4.0.3 (draft) + + StéphaneAdjemian + Université du Mans et CEPREMAP + stephane.adjemian@gmail.com +
142 rue du Chevaleret75013ParisFrance
+
MichelJuillard - CEPREMAP and University Paris 8 + Banque de France and CEPREMAP michel.juillard@ens.fr -
48 bd Jourdan75014ParisFrance
+
142 rue du Chevaleret75013ParisFrance
+
+ + FerhatMihoubi + Université d'Évry and CEPREMAP + fmihoubi@univ-evry.fr +
142 rue du Chevaleret75013ParisFrance
+
+ + GeorgePerendia + CEPREMAP + george@perendia.orangehome.co.uk +
142 rue du Chevaleret75013ParisFrance
+
+ + SébastienVillemot + Banque de France and CEPREMAP + sebastien.villemot@ens.fr +
142 rue du Chevaleret75013ParisFrance
- 1996-2008Dynare Team + 1996-2009Dynare Team @@ -93,13 +117,10 @@ Starting with version 3.0, it is possible to use Dynare to estimate model parame -Currently the development team of Dynare is composed of S. Adjemian, M. Juillard, O. Kamenik, F. Mihoubi and S. Villemot. Several parts of Dynare use or have strongly benefited from publicly available programs by F. Collard, L. Ingber, P. Klein, M. Ratto, S. Sakata, F. Schorfheide, C. Sims, P. Soederlind and R. Wouters. +Currently the development team of Dynare is composed of S. Adjemian, M. Juillard, O. Kamenik, F. Mihoubi, G. Perendia, M. Ratto and S. Villemot. Several parts of Dynare use or have strongly benefited from publicly available programs by F. Collard, L. Ingber, P. Klein, S. Sakata, F. Schorfheide, C. Sims, P. Soederlind and R. Wouters. -Changes since version 3 - - Installation and configuration @@ -377,6 +398,7 @@ In the description of Dynare commands, the following conventions are observed: This required command declares the endogenous variables in the model. See for the syntax of VARIABLE_NAME. +var commands can appear sereval time in the file and Dynare will concatenate them. Example @@ -416,6 +438,7 @@ This optional command declares the exogenous variables in the model. See Exogenous variables are required if the user wants to be able to apply shocks to her model. +varexo commands can appear sereval time in the file and Dynare will concatenate them. Example @@ -454,6 +477,7 @@ This optional command declares exogenous deterministic variables in a stochastic It is possible to mix deterministic and stochastic shocks to build models where agents know from the start of the simulation about future exogenous changes. In that case will compute the rational expectation solution adding future information to the state space (nothing is shown in the output of ) and will compute a simulation conditional on initial conditions and future information. +varexo_det commands can appear sereval time in the file and Dynare will concatenate them. Example @@ -493,6 +517,7 @@ This optional command declares parameters used in the model, in variable initial The parameters must subsequently be assigned values, see . +parameters commands can appear sereval time in the file and Dynare will concatenate them. Example @@ -1294,9 +1319,9 @@ For complicated models, finding good numerical initial values for the endogenous Output variables - The steeady state is available in ys_. Endogenous variables are ordered alphabeticaly as in lgy_. + The steeady state is available in oo_.steady_state. Endogenous variables are ordered in order of declaration used in var command as in M_.endo_names. - + Examples