Learn R Programming

ADTSA (version 1.0.1)

Estimate_Acps: 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")

Value

A vector.

Arguments

ts

a vector of time series data.

method

periodogram method for power spectrum estimation.

Author

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

Examples

Run this code
data(co2)
Estimate_Acps(co2)

Run the code above in your browser using DataLab