View source: R/f03.nbnmi.code.r
simulate8gema | R Documentation |
returns a matrix of simulated values with the variable in columns and the simulations in rows.
simulate8gema(gema, nbs)
gema |
The |
nbs |
number of simulations to return. |
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.
A matrix of size : nbs x length(gema$mu)
simulate8gema(rbmn0gema.01, 10);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.