Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ARSdf

Autoregressive Spectral Density Function


Description

Spectral density function of AR(p) is computed.

Usage

ARSdf(phi, pFFT = 8)

Arguments

phi

AR Coefficient vector

pFFT

FFT with 2^pFFF frequencies, default 8

Details

The Fast Fourier Transform (FFT) is used to compute the spectral density function.

Value

A vector of the density function values, (f(1),..., f(2^pFFF))

Author(s)

A.I. McLeod and Y. Zhang

See Also

Examples

ARSdf(0.8)
ARSdf(c(0.1,0.2))

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.