specify: Specify an ARMA model
Description
Specify an ARMA modelUsage
specify(ar = 0, ma = 0, sigma2 = 1)
Arguments
sigma2
White noise variance
Value
- Returns an ARMA model consisting of a list with the following components.
- phiAR coefficients
- thetaMA coefficients
- sigma2White noise variance