Efficient evaluation of the empirical cumulative distribution function
Efficient evaluation of the empirical cumulative distribution function
Evaluates the empirical cumulative distribution function (ecdf) of a sample data at the evaluation points sorted_x. This is done through binary search.