Description Usage Arguments Value
View source: R/ts_combination.R
Combines muultiple forecasts using definable combination operators.
1 2 3 4 5 6 7 8 9 10 11 12 | simple_combination(
y,
h,
fcs_mats = NA,
levels,
methods,
point_combination = "median",
pi_combination_upper = "median",
pi_combination_lower = "median",
allow_negatives = F,
...
)
|
y |
Time series object. |
h |
Horizons to be predicted. |
levels |
Prediction interval levels. Optional, default |
methods |
Methods to be combined. Optional, default |
point_combination |
Point forecast combination operator. Optional, default |
pi_combination_upper |
combination operator of the upper bound of the prediction intervals. Optional, default |
pi_combination_lower |
combination operator for the lower bounds of the prediction intervals. Optional, default |
allow_negatives |
Flag indicating whether to allow negative values or not. Optional, default |
... |
passed to the forecasting functions |
combined forecasts of time series y including confidence intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.