| fitted.ETS {UComp} | R Documentation |
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 class 'ETS'
fitted(object, ...)
## S3 method for class 'PTS'
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 PTS.
See help of TETS.
Author(s)
Diego J. Pedregal
See Also
ETS, ETSmodel, ETSvalidate,
ETScomponents, ETSestim
PTS, PTSmodel, PTSvalidate,
PTScomponents, PTSestim
TETS, TETSmodel, TETSvalidate,
TETScomponents, TETSestim
Examples
## Not run:
m1 <- ETSmodel(log(gdp))
fitted(m1)
## End(Not run)
## Not run:
m1 <- PTSmodel(log(AirPassengers))
fitted(m1)
## End(Not run)
## Not run:
m1 <- TETSmodel(log(gdp))
fitted(m1)
## End(Not run)
[Package UComp version 5.0.4 Index]