Table of Contents
Dynare commands are either single instructions or a block of instructions. Each single instructions or block elements are terminated by ;. Block of instructions are terminated by end;.
Most Dynare commands have arguments and several accept options, indicated in parentheses after the command keyword.
In the description of Dynare commands, the following conventions are observed:
optional arguments or options are indicated between square brackets []
repreated arguments are indicated by ellipses ...
INTEGER
indicates an integer number
DOUBLE
indicates a double precision number. The following syntaxes are valid: 1.1e3, 1.1E3, 1.1d3, 1.1D3.
EXPRESSION
indicates a mathematical expression valid in the underlying language (Matlab, Scilab or Gauss)
VARIABLE_NAME
indicates a variable name starting with an alphabetical character and can't contain ()+-*/^=!;:@#. or accentuated characters
PARAMETER_NAME
indicates a parameter name starting with an alphabetical charcater and can't contain ()+-*/^=!;:@#. or accentuated characters
FILENAME
indicates a file name valid under your operating system (Windows, Linux or Unix)