Node:varexo, Next:parameters, Previous:var, Up:General declarations
varexo VARIABLE_LIST; | Commands |
VARIABLE_LIST : VARIABLE_NAME [,] VARIABLE_NAME [,] ...
This optional command declares the exogenous variables in the model. See command Exogenous variables are required if the user wants to be able to apply shocks to her model. Example
varexo m gov; |