Generates data from a SARIMA model specified by a numeric vector of length 6.
sarima.Sim(n = 20, period = 12, model, seasonal, rand.Gen.Fun = rnorm, rand.Gen.Seas = rnorm)
Number of data points to generate, given in terms of the number of periods.
Length of the period (e.g., for yearly data, this should be 12.)
A list containing the AR, I, and MA components.
A list containing the seasonal AR, I, and MA components.
The function which generates the innovations for the nonseasonal components
The function which generates the innovations for the seasonal components