IRIS Toolbox Reference Manual

plan

Create new, empty simulation plan object

Syntax

P = plan(M,Range)

Input arguments

Output arguments

Description

You need to use a simulation plan object to set up the following types of more complex simulations or forecats:

simulations or forecasts with some of the model variables temporarily exogenised;

simulations with some of the non-linear equations solved exactly.

forecasts conditioned upon some variables;

The plan object is passed to the simulate or jforecast functions through the option 'plan='.

Example