Node:parameters, Previous:varexo, Up:General declarations



parameters

parameters PARAMETER_LIST; Commands
PARAMETER_LIST : PARAMETER_NAME [,] PARAMETER_NAME [,] ...

This optional command declares parameters used in the model, in variable initialization or in shock declarations. The parameters must then be assigned values using standard syntax of underlying matrix programming language. Be carefull not to use names reserved by DYNARE or the package.

Example

parameters alpha, bet;

alpha = 0.3;
bet = sqrt(2);