Simulation plans complement the use of the model/simulate
or model/jforecast
functions.
You need to use a simulation plan object to set up the following types of more complex simulations or forecasts (or a combination of these):
exogenised;
non-linear mode;
The plan object is passed to the model/simulate
or model/jforecast
functions through the 'plan='
option.
Plan methods:
plan
- Create new empty simulation plan object.detail
- Display details of a simulation plan.get
- Query to plan object.nnzcond
- Number of conditioning data points.nnzendog
- Number of endogenised data points.nnzexog
- Number of exogenised data points.nnznonlin
- Number of non-linearised data points.autoexogenise
- Exogenise variables and automatically endogenise corresponding shocks.condition
- Condition forecast upon the specified variables at the specified dates.endogenise
- Endogenise shocks or re-endogenise variables at the specified dates.exogenise
- Exogenise variables or re-exogenise shocks at the specified dates.swap
- Swap endogeneity and exogeneity of variables and shocks.subsref
- Subscripted reference for plan objects.help plan
help plan/function_name