simulate8gema {rbmn} | R Documentation |
simulates from a /gema/ object
Description
returns a matrix of simulated values with the variable in columns and the simulations in rows.
Usage
simulate8gema(gema, nbs)
Arguments
gema |
The |
nbs |
number of simulations to return. |
Details
Just the application of the standard formula to a white noise.
Variables names are taken from those of gema$mu
, when these
does not exist, standard ones are provided.
Value
A matrix of size : nbs x length(gema$mu)
Examples
simulate8gema(rbmn0gema.01, 10);
[Package rbmn version 0.9-6 Index]