sdfplot.FitAR(FitAR) | R Documentation |
Methods function for sdfplot. Autoregressive spectral density function estimation using the result output FitAR.
## S3 method for class 'FitAR': sdfplot(obj, ...)
obj |
object, class"FitAR" |
... |
optional arguments |
plot produced as side-effect. No output.
A.I. McLeod
#Use AIC to select best subset model to fit to lynx data and #plot spectral density function data(SeriesA) pvec<-SelectModel(SeriesA, SubsetModel="p", lag.max=10, Best=1) ans<-FitAR(SeriesA, pvec) sdfplot(ans)