residuals.ETS {UComp} | R Documentation |
residuals.ETS
Description
Residuals of ETS object
Residuals of TETS object
Usage
## S3 method for class 'ETS'
residuals(object, ...)
## S3 method for class 'TETS'
residuals(object, ...)
Arguments
object |
Object of class “TETS”. |
... |
Additional inputs to function. |
Details
See help of ETS
.
See help of TETS
.
Author(s)
Diego J. Pedregal
See Also
ETS
, ETSforecast
, ETSvalidate
,
ETScomponents
, ETSestim
TETS
, TETSforecast
, TETSvalidate
,
TETScomponents
, TETSestim
Examples
## Not run:
m1 <- ETSforecast(log(gdp))
residuals(m1)
## End(Not run)
## Not run:
m1 <- TETSforecast(log(gdp))
residuals(m1)
## End(Not run)
[Package UComp version 5.1 Index]