parameters — declares parameters
parameters
PARAMETER_NAME
[[,]
PARAMETER_NAME
...]
;
This optional command declares parameters used in the model, in variable initialization or in shocks declarations. See Conventions for the syntax of PARAMETER_NAME
.
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.