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