Learn R Programming

UComp (version 5.1)

fitted.ETS: fitted.ETS

Description

Fitted output values of ETS object

Fitted output values of TETS object

Usage

# S3 method for ETS
fitted(object, ...)

# S3 method for TETS fitted(object, ...)

Arguments

object

Object of class “TETS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ETS.

See help of TETS.

See Also

ETS, ETSforecast, ETSvalidate, ETScomponents, ETSestim

TETS, TETSforecast, TETSvalidate, TETScomponents, TETSestim

Examples

Run this code
if (FALSE) {
m1 <- ETSforecast(log(gdp))
fitted(m1)
}
if (FALSE) {
m1 <- TETSforecast(log(gdp))
fitted(m1)
}

Run the code above in your browser using DataLab