sarima.properties | R Documentation |
SARIMA Properties
sarima.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 <- sarima.model(period = 12, d =1, bd = 1, theta = 0.2, btheta = 0.2) sarima.properties(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.