IRIS Toolbox Reference Manual

simulate

Simulate model

Syntax

S = simulate(M,D,Range,...)
[S,Flag,AddF,Discrep] = simulate(M,D,Range,...)

Input arguments

Output arguments

Output arguments in non-linear simulations

Options

Options in non-linear simualations

Description

Output range

Time series in the output database, S, are are defined on the simulation range, RANGE, plus include all necessary initial conditions, i.e. lags of variables that occur in the model code. You can use the option 'dboverlay=' to combine the output database with the input database (i.e. to include a longer history of data in the simulated series).

Simulations with multilple parameterisations and/or multiple data sets

If you simulate a model with N parameterisations and the input database contains K data sets (i.e. each variable is a time series with K columns), then the following happens:

Example