Getting Started
Tutorials and Examples
User Guide
Help & Reference
ecdf()
Source code and contributing
Compute the ecdf of vector x. This does not contain zero, should be equal to 1 in the last value to satisfy F(x) == P(X ≤ x).
x (numpy.array) – vector of values
xs (numpy.array), ys (numpy.array)