Learn R Programming

ADTSA (version 1.0.1)

Analyze_Fre_Acf: Frequency Analysis of Autocorrelation in a Time Series.

Description

This function performs autocorrelation frequency analysis in a time series.

Usage

Analyze_Fre_Acf(ts, max_frequency = 0.5)

Value

A data frame.

Arguments

ts

a numeric vector of time series data.

max_frequency

the maximum frequency under consideration.

Author

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

Examples

Run this code
data(co2)
Analyze_Fre_Acf(co2)

Run the code above in your browser using DataLab