sdfplot.Arima(FitAR)R Documentation

Spectral density of fitted ARIMA model

Description

Method for class "Arima" for sdfplot

Usage

sdfplot.Arima(obj, ...)

Arguments

obj object class "Arima"
... optional arguments

Value

none. Plot is produced using plot

Author(s)

A.I. McLeod

See Also

ARSdf, sdfplot, sdfplot.FitAR, sdfplot.ts

Examples

data(SeriesA)
sdfplot(SeriesA,c(1,0,1))

[Package FitAR version 1.0 Index]