arima_properties | R Documentation |
Properties of an ARIMA model; the (pseudo-)spectrum and the auto-covariances of the model are returned
arima_properties(model, nspectrum = 601, nac = 36)
model |
a |
nspectrum |
number of points to calculate the spectrum; th points are uniformly distributed in [0, pi] |
nac |
maximum lag at which to calculate the auto-covariances; if the model is non-stationary, the auto-covariances are computed on its stationary transformation. |
A list with tha auto-covariances and with the (pseudo-)spectrum
mod1 <- arima_model(ar = c(0.1, 0.2), delta = c(1, -1), ma = 0)
arima_properties(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.