pysolate.threshold.ecdf
- ecdf(x)[source]
Empirical cumulative probability distribution
Function returns the empirical cumulative distribution function of the input array.
- Parameters
x (
numpy.ndarray) – a sample- Returns
a 2-D array where the first and second axes correspond to the empirical cumulative distribution function evaluated at the sorted sample points.
- Return type