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

sdfplot.ar

Autoregressive Spectral Density Estimation for "ar"


Description

Method for class "ar" for sdfplot.

Usage

## S3 method for class 'ar'
sdfplot(obj, ...)

Arguments

obj

class "ar" object, output from ar

...

optional arguments

Value

Plot is produced using plot. Matrix with 2 columns containing the frequencies and spectral density is returned invisibly.

Author(s)

A.I. McLeod

See Also

Examples

#Fit AR(p) using AIC model selection and Burg estimates. Plot spectral density
#estimate
ans<-ar(lynx, lag.max=20)
sdfplot(ans)

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.