csep.utils.stats.binned_ecdf

csep.utils.stats.binned_ecdf(x, vals)[source]

returns the statement P(X ≤ x) for val in vals. vals must be monotonically increasing and unqiue.

Returns:

sorted vals, and ecdf computed at vals

Return type:

tuple