Estimate_Acps {ADTSA} | R Documentation |
Estimation of Autocorrelation Power Spectrum (ACPS)
Description
This function is used to estimate the autocorrelation power spectrum (ACPS) of the data.
Usage
Estimate_Acps(ts, method = "periodogram")
Arguments
ts |
a vector of time series data. |
method |
periodogram method for power spectrum estimation. |
Value
A vector.
Author(s)
Hossein hassani, Masoud yarmohammdi, Mohammad reza yeganegi and Leila Marvian Mashhad.
Examples
data(co2)
Estimate_Acps(co2)
[Package ADTSA version 1.0.1 Index]