simul — simulates a deterministic model
simul
[(periods
=INTEGER
)
];
Triggers the computation of a deterministic simulation of the model for the number of periods set in the option periods
. simul uses a Newton method to solve simultaneously all the equations for every period (see Juillard (1996)).
The simulated endogenous variables are available in global matrix oo_.endo_simul
. The variables are arranged row by row, in order of declaration (as in M_.endo_names
). Note that this variable also contains initial and terminal conditions, so it has more columns than the value of periods
option.