ade_hat {tsensembler} | R Documentation |
Predictions by an ADE ensemble
Description
Predictions produced by a ADE-class
object.
It contains y_hat, the combined predictions,
Y_hat, the predictions of each base model,
Y_committee, the base models used for prediction
at each time point, and E_hat, the loss predictions
by each meta-model.
Usage
ade_hat(y_hat, Y_hat, Y_committee, E_hat)
Arguments
y_hat |
combined predictions of the ensemble
|
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); |
E_hat |
predictions of error of each base model, estimated by their respective meta model associate; |
See Also
ADE-class
for generating an ADE ensemble.
Other ensemble predictions:
ade_hat-class
,
dets_hat-class
,
dets_hat
[Package tsensembler version 0.1.0 Index]