View source: R/tests_regular.R
autocorrelations | R Documentation |
Autocorrelation Functions
autocorrelations(data, mean = TRUE, n = 15)
autocorrelations_partial(data, mean = TRUE, n = 15)
autocorrelations_inverse(data, nar = 30, n = 15)
data |
data being tested. |
mean |
Mean correction. If |
n |
maximum lag at which to calculate the stats. |
nar |
number of AR lags used to compute inverse autocorrelations. |
x <- ABS$X0.2.09.10.M
autocorrelations(x)
autocorrelations_partial(x)
autocorrelations_inverse(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.