Learn R Programming

ADTSA (version 1.0.1)

Astimate_Acf_Band: Computing Bandwidth of Autococorrelation in Time Series

Description

This function calculates the bandwidth of autocorrelation in a time series.

Usage

Astimate_Acf_Band(ts, confidence_level = 0.95)

Value

A number.

Arguments

ts

a numeric vector of time series data.

confidence_level

confidence level for bandwidth calculation.

Author

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

Examples

Run this code
data(co2)
Astimate_Acf_Band(co2)

Run the code above in your browser using DataLab