Learn R Programming

rbmn (version 0.9-6)

simulate8gema: 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)

Value

A matrix of size : nbs x length(gema$mu)

Arguments

gema

The gema object.

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.

Examples

Run this code
 simulate8gema(rbmn0gema.01, 10);

Run the code above in your browser using DataLab