Description Usage Arguments Details Value Examples
Extract one scalar forecast from univariate model
1 | uni_model_2_scalar_forecast(model, h = 1, model_sample = NA)
|
model |
univariate model |
h |
forecasting horizon |
model_sample |
ignored |
Extract one scalar forecast from univariate model
mean scalar forecast
1 2 3 | test = dplyr::tibble(date = as.Date("2017-01-01") + 0:9, value = rnorm(10))
tbats = tbats_fun(test, 1)
uni_model_2_scalar_forecast(tbats, h = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.