Description Usage Arguments Value
This function computes the ensemble prediction for the super learner
based on a convex combination of weights on the logit scale and transforms
predictions back to the original scale based on the value of lower
and upper.
1  | convexBoundedLogitCom(p, alpha, trimLogit = 1e-05, lower, upper)
 | 
p | 
 An n x K matrix of predictions from K different online learners  | 
alpha | 
 A K row vector of weights  | 
prediction An n-length vector of super learner predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.