arima.properties | R Documentation |
ARIMA Properties
arima.properties(model, nspectrum = 601, nacf = 36)
model |
a |
nspectrum |
number of points in [0, pi] to calculate the spectrum. |
nacf |
maximum lag at which to calculate the acf. |
mod1 = arima.model(ar = c(0.1, 0.2), delta = 0, ma = 0) arima.properties(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.