powered by
Prints an ETS object
Prints a PTS object
# S3 method for ETS print(x, ...)# S3 method for PTS print(x, ...)
# S3 method for PTS print(x, ...)
Object of class “PTS”.
Additional inputs to handle the way to print output.
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)) print(m1) } if (FALSE) { m1 <- PTSmodel(log(AirPassengers)) print(m1) }
Run the code above in your browser using DataLab