Learn R Programming

FitARMA (version 1.6.1)

fitted.FitARMA: fitted method for class FitARMA

Description

The fitted values are the observed minus residuals. If there is differencing, the observed values are those corresponding to the differenced time series.

Usage

# S3 method for FitARMA
fitted(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))
fitted(out)
# }

Run the code above in your browser using DataLab