50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

ADTSA (version 1.0.1)

JN_ACSDM: The Acceleration Constant for the Alternative Data Method

Description

This function calculates the acceleration constant for the alternative data method. This is done by sequentially removing one observation from the sample data points.

Usage

JN_ACSDM(ts, lgmx)

Value

A vector of accelerations for autocorrelations up to lagmax.

Arguments

ts

a vector of time series data.

lgmx

maximum lag at which to compute autocorrelations.

Author

Hossein hassani, Masoud yarmohammadi, Mohammad reza yeganegi and Leila Marvian Mashhad.

Examples

Run this code
data(co2)
JN_ACSDM(co2,4)

Run the code above in your browser using DataLab