Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Kung-Sik Chan

See Also

Examples

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

TSA

Time Series Analysis

v1.3
GPL (>= 2)
Authors
Kung-Sik Chan, Brian Ripley
Initial release
2020-9-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.