Compute combination forecast based on the vote matrix probabilities
fforms_combinationforecast(
fforms.ensemble,
tslist,
database,
h,
holdout = TRUE,
parallel = FALSE
)
a list output from fforms_ensemble function
list of new time series
whethe the time series is from mcom or other
length of the forecast horizon
if holdout=TRUE take a holdout sample from your data to caldulate forecast accuracy measure, if FALSE all of the data will be used for forecasting. Default is TRUE
If TRUE, multiple cores (or multiple sessions) will be used. This only speeds things up when there are a large number of time series.
a list containing, point forecast, confidence interval, accuracy measure