Description Usage Arguments Details Value Examples
View source: R/estimators_forecastors.R
Envelope function that estimates ets model
1 | ets_estimator(train_sample, predicted, options, predictors)
|
train_sample |
tsibble with train sample |
predicted |
name of the predicted variable |
options |
character with options separated by comma not yet supported |
predictors |
not supported by ets model |
Envelope function that estimates ets model.
fitted ets model
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.