Learn R Programming

UComp (version 4.0.1)

fitted.ETS: fitted.ETS

Description

Fitted output values of ETS object

Fitted output values of PTS object

Usage

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

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

Arguments

object

Object of class “PTS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ETS.

See help of PTS.

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

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

Run the code above in your browser using DataLab