Computes the rectified CDF of the data.
Arguments
- Y_l
(vector): Gold-standard labels.
- f_l
(vector): Predictions corresponding to the gold-standard labels.
- f_u
(vector): Predictions corresponding to the unlabeled data.
- grid
(vector): Grid of values to compute the CDF at.
- w_l
(vector, optional): Sample weights for the labeled data set.
- w_u
(vector, optional): Sample weights for the unlabeled data set.