Ref. manual: fix menus

time-shift
Sébastien Villemot 2013-05-15 10:16:15 +02:00
parent 374ec36714
commit 1bbbfce2f4
1 changed files with 143 additions and 142 deletions

View File

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