3.3.1. statsmodels.distributions¶
3.3.1.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.1.2. Classes¶
ECDF (x[, side]) |
Return the Empirical CDF of an array as a step function. |
ExpandedNormal (cum[, name]) |
Construct the Edgeworth expansion pdf given cumulants. |
StepFunction (x, y[, ival, sorted, side]) |
A basic step function. |