Description Usage Arguments Details Value Examples
View source: R/estimators_forecastors.R
Envelope function that estimates arima model
1 | arima_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 Available options are: p, d, q, pseas, dseas, qseas, method. |
predictors |
character with predictors separated by plus or comma, no predictors by default |
Envelope function that estimates arima model. If no p, d, q are specified then auto.arima is fitted.
fitted arima model
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.