Predictions by an DETS ensemble
dets_hat(y_hat, Y_hat, Y_committee, W)
combined predictions of the ensemble
DETS
. A numeric vector;
a matrix containing the predictions made by individual models;
a list describing the models selected for predictions at each time point (according to lambda and omega);
a matrix with the weights of the base models at each prediction time.
Set of results from predicting with a DETS
ensemble
Other ensemble predictions:
ade_hat-class
,
ade_hat
,
dets_hat-class