Computes the difference between the empirical CDFs of the data and the predictions.
compute_cdf_diff(Y, f, grid, w = NULL)(list): Difference between the empirical CDFs of the data and the predictions and its standard deviation at the specified grid points.
(matrix): n x 1 matrix of observed data.
(matrix): n x 1 matrix of predictions.
(matrix): Grid of values to compute the CDF at.
(vector, optional): n-vector of sample weights.