ETSestim
Estimates and forecasts ETS models
ETSestim(m)
m
: an object of type ETS
created with ETSforecast
The same input object with the appropriate fields filled in, in particular: - p: Estimated parameters
yFor: Forecasted values of output
yForV: Variance of forecasted values of output
ySimul: Bootstrap simulations for forecasting distribution evaluation
ETSestim
estimates and forecasts a time series using an an ETS model
## Not run: m1 <- ETSsetup(log(gdp)) m1 <- ETSestim(m1) ## End(Not run)
ETS
, ETSforecast
, ETSvalidate
, ETScomponents
Diego J. Pedregal
Useful links