ETSvalidate
Shows a table of estimation and diagnostics results for ETS models
ETSvalidate(m)
m
: an object of type ETS
created with ETSforecast
The same input object with the appropriate fields filled in, in particular: - table: Estimation and validation table
## Not run: m1 <- ETSforecast(log(gdp)) m1 <- ETSvalidate(m1) ## End(Not run)
ETS
, ETSforecast
, ETSvalidate
, ETScomponents
Diego J. Pedregal
Useful links