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