View source: R/auc_functions.R
F_nBn_star | R Documentation |
Compute the targeted conditional cumulative distribution of the learner at a point
F_nBn_star(psi_x, y, train_pred, train_y, epsilon = 0, tol = 0.001)
psi_x |
Value to compute conditional (on Y=y) cdf of learner |
y |
Value of Y to condition on |
train_pred |
Values of Psi_nBn(X) from training sample |
train_y |
Values of Y from training sample |
epsilon |
Vector of fluctuation parameter estimates |
tol |
Truncation level for logistic transformation |
Numeric value of CDF at psi_x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.