diff --git a/doc/dynare.texi b/doc/dynare.texi index 1427f7e60..d3d7ee2f3 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -100,127 +100,128 @@ This is Dynare Reference Manual, version @value{VERSION}. @end ifnottex @menu -* Introduction:: -* Installation and configuration:: -* Dynare invocation:: -* The Model file:: -* The Configuration File:: -* Examples:: -* Dynare internal documentation and unitary tests:: -* Bibliography:: -* Command and Function Index:: -* Variable Index:: +* Introduction:: +* Installation and configuration:: +* Dynare invocation:: +* The Model file:: +* The Configuration File:: +* Reporting:: +* Examples:: +* Dynare internal documentation and unitary tests:: +* Bibliography:: +* Command and Function Index:: +* Variable Index:: @detailmenu --- The Detailed Node Listing --- Introduction -* What is Dynare ?:: -* Documentation sources:: -* Citing Dynare in your research:: +* What is Dynare ?:: +* Documentation sources:: +* Citing Dynare in your research:: Installation and configuration -* Software requirements:: -* Installation of Dynare:: -* Configuration:: +* Software requirements:: +* Installation of Dynare:: +* Configuration:: Installation of Dynare -* On Windows:: -* On Debian GNU/Linux and Ubuntu:: -* On Mac OS X:: -* For other systems:: +* On Windows:: +* On Debian GNU/Linux and Ubuntu:: +* On Mac OS X:: +* For other systems:: Configuration -* For MATLAB:: -* For GNU Octave:: -* Some words of warning:: +* For MATLAB:: +* For GNU Octave:: +* Some words of warning:: The Model file -* Conventions:: -* Variable declarations:: -* Expressions:: -* Parameter initialization:: -* Model declaration:: -* Auxiliary variables:: -* Initial and terminal conditions:: -* Shocks on exogenous variables:: -* Other general declarations:: -* Steady state:: -* Getting information about the model:: -* Deterministic simulation:: -* Stochastic solution and simulation:: -* Estimation:: -* Forecasting:: -* Optimal policy:: -* Sensitivity and identification analysis:: -* Markov-switching SBVAR:: -* Displaying and saving results:: -* Macro-processing language:: -* Misc commands:: +* Conventions:: +* Variable declarations:: +* Expressions:: +* Parameter initialization:: +* Model declaration:: +* Auxiliary variables:: +* Initial and terminal conditions:: +* Shocks on exogenous variables:: +* Other general declarations:: +* Steady state:: +* Getting information about the model:: +* Deterministic simulation:: +* Stochastic solution and simulation:: +* Estimation:: +* Forecasting:: +* Optimal policy:: +* Sensitivity and identification analysis:: +* Markov-switching SBVAR:: +* Displaying and saving results:: +* Macro-processing language:: +* Misc commands:: Expressions -* Parameters and variables:: -* Operators:: -* Functions:: +* Parameters and variables:: +* Operators:: +* Functions:: Parameters and variables -* Inside the model:: -* Outside the model:: +* Inside the model:: +* Outside the model:: Functions -* Built-in Functions:: -* External Functions:: +* Built-in Functions:: +* External Functions:: Steady state -* Finding the steady state with Dynare nonlinear solver:: -* Using a steady state file:: -* Replace some equations during steady state computations:: +* Finding the steady state with Dynare nonlinear solver:: +* Using a steady state file:: +* Replace some equations during steady state computations:: Stochastic solution and simulation -* Computing the stochastic solution:: -* Typology and ordering of variables:: -* First order approximation:: -* Second order approximation:: -* Third order approximation:: +* Computing the stochastic solution:: +* Typology and ordering of variables:: +* First order approximation:: +* Second order approximation:: +* Third order approximation:: Sensitivity and identification analysis -* Sampling:: -* Stability Mapping:: -* Reduced Form Mapping:: -* RMSE:: -* Screening Analysis:: -* Identification Analysis:: -* Performing Sensitivity and Identification Analysis:: +* Sampling:: +* Stability Mapping:: +* Reduced Form Mapping:: +* RMSE:: +* Screening Analysis:: +* Identification Analysis:: +* Performing Sensitivity and Identification Analysis:: Macro-processing language -* Macro expressions:: -* Macro directives:: -* Typical usages:: -* MATLAB/Octave loops versus macro-processor loops:: +* Macro expressions:: +* Macro directives:: +* Typical usages:: +* MATLAB/Octave loops versus macro-processor loops:: Typical usages -* Modularization:: -* Indexed sums or products:: -* Multi-country models:: -* Endogeneizing parameters:: +* Modularization:: +* Indexed sums or products:: +* Multi-country models:: +* Endogeneizing parameters:: The Configuration File -* Dynare Configuration:: -* Parallel Configuration:: +* Dynare Configuration:: +* Parallel Configuration:: @end detailmenu @end menu @@ -229,9 +230,9 @@ The Configuration File @chapter Introduction @menu -* What is Dynare ?:: -* Documentation sources:: -* Citing Dynare in your research:: +* What is Dynare ?:: +* Documentation sources:: +* Citing Dynare in your research:: @end menu @node What is Dynare ? @@ -357,9 +358,9 @@ If you want to give a URL, use the address of the Dynare website: @chapter Installation and configuration @menu -* Software requirements:: -* Installation of Dynare:: -* Configuration:: +* Software requirements:: +* Installation of Dynare:: +* Configuration:: @end menu @node Software requirements @@ -429,10 +430,10 @@ upgrade Dynare and discard the previous version without having to worry about your own files. @menu -* On Windows:: -* On Debian GNU/Linux and Ubuntu:: -* On Mac OS X:: -* For other systems:: +* On Windows:: +* On Debian GNU/Linux and Ubuntu:: +* On Mac OS X:: +* For other systems:: @end menu @node On Windows @@ -498,9 +499,9 @@ Wiki}. @section Configuration @menu -* For MATLAB:: -* For GNU Octave:: -* Some words of warning:: +* For MATLAB:: +* For GNU Octave:: +* Some words of warning:: @end menu @node For MATLAB @@ -782,27 +783,27 @@ Structure containing the various results of the computations. @chapter The Model file @menu -* Conventions:: -* Variable declarations:: -* Expressions:: -* Parameter initialization:: -* Model declaration:: -* Auxiliary variables:: -* Initial and terminal conditions:: -* Shocks on exogenous variables:: -* Other general declarations:: -* Steady state:: -* Getting information about the model:: -* Deterministic simulation:: -* Stochastic solution and simulation:: -* Estimation:: -* Forecasting:: -* Optimal policy:: -* Sensitivity and identification analysis:: -* Markov-switching SBVAR:: -* Displaying and saving results:: -* Macro-processing language:: -* Misc commands:: +* Conventions:: +* Variable declarations:: +* Expressions:: +* Parameter initialization:: +* Model declaration:: +* Auxiliary variables:: +* Initial and terminal conditions:: +* Shocks on exogenous variables:: +* Other general declarations:: +* Steady state:: +* Getting information about the model:: +* Deterministic simulation:: +* Stochastic solution and simulation:: +* Estimation:: +* Forecasting:: +* Optimal policy:: +* Sensitivity and identification analysis:: +* Markov-switching SBVAR:: +* Displaying and saving results:: +* Macro-processing language:: +* Misc commands:: @end menu @node Conventions @@ -1176,9 +1177,9 @@ Represents infinity. @end deffn @menu -* Parameters and variables:: -* Operators:: -* Functions:: +* Parameters and variables:: +* Operators:: +* Functions:: @end menu @node Parameters and variables @@ -1189,8 +1190,8 @@ typing their names. The semantics of parameters and variables is quite different whether they are used inside or outside the model block. @menu -* Inside the model:: -* Outside the model:: +* Inside the model:: +* Outside the model:: @end menu @node Inside the model @@ -1277,8 +1278,8 @@ internally and how this affects the output. @subsection Functions @menu -* Built-in Functions:: -* External Functions:: +* Built-in Functions:: +* External Functions:: @end menu @node Built-in Functions @@ -2350,9 +2351,9 @@ give more guidance to Dynare, using your knowledge of the model, by providing it with a ``steady state file''. @menu -* Finding the steady state with Dynare nonlinear solver:: -* Using a steady state file:: -* Replace some equations during steady state computations:: +* Finding the steady state with Dynare nonlinear solver:: +* Using a steady state file:: +* Replace some equations during steady state computations:: @end menu @node Finding the steady state with Dynare nonlinear solver @@ -3053,11 +3054,11 @@ there are strong nonlinearities or binding constraints. Such a solution is computed using the @code{extended_path} command. @menu -* Computing the stochastic solution:: -* Typology and ordering of variables:: -* First order approximation:: -* Second order approximation:: -* Third order approximation:: +* Computing the stochastic solution:: +* Typology and ordering of variables:: +* First order approximation:: +* Second order approximation:: +* Third order approximation:: @end menu @node Computing the stochastic solution @@ -5439,13 +5440,13 @@ Sensitivity analysis results are saved locally in @code{/GSA}, where @code{.mod} is the name of the DYNARE model file. @menu -* Sampling:: -* Stability Mapping:: -* Reduced Form Mapping:: -* RMSE:: -* Screening Analysis:: -* Identification Analysis:: -* Performing Sensitivity and Identification Analysis:: +* Sampling:: +* Stability Mapping:: +* Reduced Form Mapping:: +* RMSE:: +* Screening Analysis:: +* Identification Analysis:: +* Performing Sensitivity and Identification Analysis:: @end menu @node Sampling @@ -6807,10 +6808,10 @@ types: integer, character string, array of integers, array of strings. @menu -* Macro expressions:: -* Macro directives:: -* Typical usages:: -* MATLAB/Octave loops versus macro-processor loops:: +* Macro expressions:: +* Macro directives:: +* Typical usages:: +* MATLAB/Octave loops versus macro-processor loops:: @end menu @node Macro expressions @@ -7036,10 +7037,10 @@ and to abort. The argument must evaluate to a string. @subsection Typical usages @menu -* Modularization:: -* Indexed sums or products:: -* Multi-country models:: -* Endogeneizing parameters:: +* Modularization:: +* Indexed sums or products:: +* Multi-country models:: +* Endogeneizing parameters:: @end menu @node Modularization @@ -7400,8 +7401,8 @@ Is @code{true} or @code{false}. @end table @menu -* Dynare Configuration:: -* Parallel Configuration:: +* Dynare Configuration:: +* Parallel Configuration:: @end menu @node Dynare Configuration