Description Usage Arguments See Also
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.
1 | ade_hat(y_hat, Y_hat, Y_committee, E_hat)
|
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; |
ADE-class
for generating an ADE ensemble.
Other ensemble predictions: ade_hat-class
,
dets_hat-class
, dets_hat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.