JN_ACSDM | R Documentation |
This function calculates the acceleration constant for the alternative data method. This is done by sequentially removing one observation from the sample data points.
JN_ACSDM(ts, lgmx)
ts |
a vector of time series data. |
lgmx |
maximum lag at which to compute autocorrelations. |
A vector of accelerations for autocorrelations up to lagmax.
Hossein hassani, Masoud yarmohammadi, Mohammad reza yeganegi and Leila Marvian Mashhad.
data(co2)
JN_ACSDM(co2,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.