powered by
Estimates and forecasts ETS models
ETSestim(m)
The same input object with the appropriate fields filled in, in particular:
Estimated parameters
Forecasted values of output
Variance of forecasted values of output
Bootstrap simulations for forecasting distribution evaluation
an object of type ETS created with ETSmodel
ETS
ETSmodel
Diego J. Pedregal
ETSestim estimates and forecasts a time series using an an ETS model
ETSestim
ETS, ETSmodel, ETSvalidate, ETScomponents
ETSvalidate
ETScomponents
if (FALSE) { m1 <- ETSsetup(log(gdp)) m1 <- ETSestim(m1) }
Run the code above in your browser using DataLab