powered by
Residuals of ETS object
Residuals of PTS object
# S3 method for ETS residuals(object, ...)# S3 method for PTS residuals(object, ...)
# S3 method for PTS residuals(object, ...)
Object of class “PTS”.
Additional inputs to function.
Diego J. Pedregal
See help of ETS.
ETS
See help of PTS.
PTS
ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim
ETSmodel
ETSvalidate
ETScomponents
ETSestim
PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim
PTSmodel
PTSvalidate
PTScomponents
PTSestim
if (FALSE) { m1 <- ETSmodel(log(gdp)) residuals(m1) } if (FALSE) { m1 <- PTSmodel(log(AirPassengers)) residuals(m1) }
Run the code above in your browser using DataLab