compare_acf | R Documentation |
Compare classical and robust ACF of univariate time series.
compare_acf(
x,
lag.max = NULL,
demean = TRUE,
show.ci = TRUE,
alpha = 0.05,
plot = TRUE,
...
)
x |
A |
lag.max |
A |
demean |
A |
show.ci |
A |
alpha |
A |
plot |
A |
... |
Additional parameters. |
Yunxiang Zhang
# Estimate both the ACF and PACF functions
compare_acf(datasets::AirPassengers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.