Learn R Programming

UComp (version 5.0.4)

fitted.ETS: fitted.ETS

Description

Fitted output values of ETS object

Fitted output values of PTS object

Fitted output values of TETS object

Usage

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

# S3 method for PTS 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 PTS.

See help of TETS.

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

TETS, TETSmodel, TETSvalidate, TETScomponents, TETSestim

Examples

Run this code
if (FALSE) {
m1 <- ETSmodel(log(gdp))
fitted(m1)
}
if (FALSE) {
m1 <- PTSmodel(log(AirPassengers))
fitted(m1)
}
if (FALSE) {
m1 <- TETSmodel(log(gdp))
fitted(m1)
}

Run the code above in your browser using DataLab