Description Usage Arguments Details Value Examples
Do forecast using ARIMA(1,0,1)-SARIMA(0,1,0)
1 | arima101_010_fun(model_sample, h, target = "value")
|
model_sample |
preferably tsibble |
h |
forecasting horizon, is ignored |
target |
name of the target variable, "value" by default |
Do forecast using ARIMA(1,0,1)-SARIMA(0,1,0)
ARIMA(1,0,1)-SARIMA(0,1,0) model
1 2 | test = dplyr::tibble(date = as.Date("2017-01-01") + 0:9, value = rnorm(10))
arima101_010_fun(test, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.