Getting Started
Tutorials and Examples
User Guide
Help & Reference
less_equal_ecdf()
Source code and contributing
Given val return P(x ≤ val).
x (numpy.array) – set of values
val (float) – value
probability that x ≤ val
(float)