dets_hat: Predictions by an DETS ensemble

Description Usage Arguments Value See Also

View source: R/all-classes.r

Description

Predictions by an DETS ensemble

Usage

1
dets_hat(y_hat, Y_hat, Y_committee, W)

Arguments

y_hat

combined predictions of the ensemble DETS. A numeric vector;

Y_hat

a matrix containing the predictions made by individual models;

Y_committee

a list describing the models selected for predictions at each time point (according to lambda and omega);

W

a matrix with the weights of the base models at each prediction time.

Value

Set of results from predicting with a DETS ensemble

See Also

Other ensemble predictions: ade_hat-class, ade_hat, dets_hat-class


tsensembler documentation built on Oct. 27, 2020, 5:07 p.m.