powered by
Plot components of ETS object
Plot components of PTS object
# S3 method for ETS plot(x, ...)# S3 method for PTS plot(x, ...)
# S3 method for PTS plot(x, ...)
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)) plot(m1) } if (FALSE) { m1 <- PTS(log(AirPassengers)) plot(m1) }
Run the code above in your browser using DataLab