Getting Started
Tutorials and Examples
User Guide
Help & Reference
greater_equal_ecdf()
Source code and contributing
Given val return P(x ≥ val).
x (numpy.array) – set of values
val (float) – value
ecdf (tuple) – ecdf of x, should be tuple (sorted(x), ecdf(x))
probability that x ≤ val
(float)