When using Dynare for computing simulations, it is necessary to calibrate the parameters of the model. This is done through parameter initialization.
Syntax.
PARAMETER_NAME = EXPRESSION ;
PARAMETER_NAME
EXPRESSION
Example.
parameters alpha, bet; beta = 0.99; alpha = 0.36; A = 1-alpha*beta;