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, ...)
object
: Object of class TETS ....
: Additional inputs to function.See help of ETS
.
See help of TETS
.
## Not run: m1 <- ETSforecast(log(gdp)) fitted(m1) ## End(Not run) ## Not run: m1 <- TETSforecast(log(gdp)) fitted(m1) ## End(Not run)
ETS
, ETSforecast
, ETSvalidate
, ETScomponents
, ETSestim
TETS
, TETSforecast
, TETSvalidate
, TETScomponents
, TETSestim
Diego J. Pedregal
Useful links