View source: R/Astimate_Acf_Band.R
Astimate_Acf_Band | R Documentation |
This function calculates the bandwidth of autocorrelation in a time series.
Astimate_Acf_Band(ts, confidence_level = 0.95)
ts |
a numeric vector of time series data. |
confidence_level |
confidence level for bandwidth calculation. |
A number.
Hossein hassani, Masoud yarmohammadi, Mohammad reza yeganegi and Leila Marvian Mashhad.
data(co2)
Astimate_Acf_Band(co2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.