50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


TSA (version 0.99)

fitted.Arima: Fitted values of an arima model.

Description

Computes the fitted values of an arima model.

Usage

## S3 method for class 'Arima':
fitted(object,...)

Arguments

object
a fitted model from the arima function.
...
other arguments; not used here but kept to be consistent with the generic method

Value

  • fitted values

See Also

arima

Examples

Run this code
data(hare)
hare.m1=arima(sqrt(hare),order=c(3,0,0))
fitted(hare.m1)

Run the code above in your browser using DataLab