Learn R Programming

FitARMA (version 1.6.1)

residuals.FitARMA: residuals method for class FitARMA

Description

The innovation residuals are obtained.

Usage

# S3 method for FitARMA
residuals(object, ...)

Arguments

object

class FitARMA object

auxiliary parameters

Value

vector or ts object

See Also

FitARMA

Examples

Run this code
# NOT RUN {
data(SeriesA)
out<-FitARMA(SeriesA, c(1,0,1))
resid(out)
# }

Run the code above in your browser using DataLab