parameters

parameters — declares parameters

Synopsis

parameters PARAMETER_NAME [$LATEX_NAME$] [[,] PARAMETER_NAME [$LATEX_NAME$] ...] ;

Description

This command declares parameters used in the model, in variable initialization or in shocks declarations. See Conventions for the syntax of PARAMETER_NAME. Optionally it is possible to give a LaTeX name to the parameter.

The parameters must subsequently be assigned values, see Section 3, “Parameter initialization”.

parameters commands can appear several times in the file and Dynare will concatenate them.

Example

parameters alpha, bet;