forecast_feature_results_multi | R Documentation |
Forecast based on FEBAMA framework and obtain error measures.
forecast_feature_results_multi( ts, model_conf = model_conf_curr, intercept = T, data, beta_out )
ts |
A list with related information of a time series:
|
model_conf |
Parameter settings of FEBAMA framework. Defualt |
data |
A list with
|
beta_out |
The output of function |
forecast_feature_results_multi
returns a list with the entries:
Log score, mase, smape measures of forecasts.
Forecast values in the forecasting horizon.
Time-varying weights in the forecasting horizon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.