simulate.iarima {StMoMo} | R Documentation |
Simulate independent arima series
Description
Returns one simulated path of the group of independent
arima series in object
.
Usage
## S3 method for class 'iarima'
simulate(object, nsim = 10, seed = NULL, ...)
Arguments
object |
An object of class |
nsim |
number of periods for the simulated series. |
seed |
either |
... |
other arguments. |
[Package StMoMo version 0.4.1 Index]