This function computes EMASE, Erfc Moving Average Squared Error, to quantify the recent performance of the base models.
model_recent_performance(Y_hat, Y, lambda, omega, pre_weights)
A data.frame
containing the predictions of
each base model;
know true values from past data to compare the predictions to;
Window size. Number of periods to average over when computing MASE;
Ratio of top models in the committee;
The initial weights of the models, computed in the available data during the learning phase;
A list containing two objects:
The weights of the models in each time point
Models in the committee in each time point
Other weighting base models:
EMASE()
,
build_committee()
,
get_top_models()
,
model_weighting()
,
select_best()