compare_acf {simts} | R Documentation |
Comparison of Classical and Robust Correlation Analysis Functions
Description
Compare classical and robust ACF of univariate time series.
Usage
compare_acf(
x,
lag.max = NULL,
demean = TRUE,
show.ci = TRUE,
alpha = 0.05,
plot = TRUE,
...
)
Arguments
x |
A |
lag.max |
A |
demean |
A |
show.ci |
A |
alpha |
A |
plot |
A |
... |
Additional parameters. |
Author(s)
Yunxiang Zhang
Examples
# Estimate both the ACF and PACF functions
compare_acf(datasets::AirPassengers)
[Package simts version 0.2.2 Index]