Returns one simulated path of the group of independent
arima series in object.
# S3 method for iarima
simulate(object, nsim = 10, seed = NULL, ...)An object of class "iarima".
number of periods for the simulated series.
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.