3.3.3. statsmodels.distributions.empirical_distribution

Empirical CDF Functions

3.3.3.1. Functions

monotone_fn_inverter(fn, x[, vectorized]) Given a monotone function x (no checking is done to verify monotonicity) and a set of x values, return an linearly interpolated approximation to its inverse from its values on x.

3.3.3.2. Classes

ECDF(x[, side]) Return the Empirical CDF of an array as a step function.
StepFunction(x, y[, ival, sorted, side]) A basic step function.