Autoregressive Spectral Density Estimation for "ar"
Method for class "ar" for sdfplot.
## S3 method for class 'ar' sdfplot(obj, ...)
obj |
class "ar" object, output from |
... |
optional arguments |
Plot is produced using plot. Matrix with 2 columns containing the frequencies and spectral density is returned invisibly.
A.I. McLeod
#Fit AR(p) using AIC model selection and Burg estimates. Plot spectral density #estimate ans<-ar(lynx, lag.max=20) sdfplot(ans)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.