simulate.iarima: Simulate independent arima series

Description Usage Arguments

View source: R/iarima.R

Description

Returns one simulated path of the group of independent arima series in object.

Usage

1
2
## S3 method for class 'iarima'
simulate(object, nsim = 10, seed = NULL, ...)

Arguments

object

An object of class "iarima".

nsim

number of periods for the simulated series.

seed

either NULL or an integer that will be used in a call to set.seed before simulating the time series. The default, NULL will not change the random generator state.

...

other arguments.


StMoMo documentation built on May 2, 2019, 11:42 a.m.