fitted function

fitted.ETS

fitted.ETS

Fitted output values of ETS object

Fitted output values of TETS object

## S3 method for class 'ETS' fitted(object, ...) ## S3 method for class 'TETS' fitted(object, ...)

Arguments

  • object: Object of class TETS .
  • ...: Additional inputs to function.

Details

See help of ETS.

See help of TETS.

Examples

## Not run: m1 <- ETSforecast(log(gdp)) fitted(m1) ## End(Not run) ## Not run: m1 <- TETSforecast(log(gdp)) fitted(m1) ## End(Not run)

See Also

ETS, ETSforecast, ETSvalidate, ETScomponents, ETSestim

TETS, TETSforecast, TETSvalidate, TETScomponents, TETSestim

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links