Description Usage Arguments Value
View source: R/auc_functions.R
Compute the targeted conditional cumulative distribution of the learner at a point where the initial distribution is based on cross validation
1 2  | F_nBn_star_nested_cv(psi_x, y, inner_valid_prediction_and_y_list,
  epsilon = 0, tol = 0.001)
 | 
psi_x | 
 Value to compute conditional (on Y=y) cdf of learner  | 
y | 
 Value of Y to condition on  | 
inner_valid_prediction_and_y_list | 
 A list of predictions and y's from   | 
epsilon | 
 Vector of fluctuation parameter estimates  | 
tol | 
 A truncation level when taking logit transformations.  | 
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.