module ml.gini
¶
Functions¶
function |
truncated documentation |
---|---|
Computes the Gini coefficients. |
Documentation¶
Functions about the Gini coefficient.
-
ensae_teaching_cs.ml.gini.
gini
(Y, X=None)¶ Computes the Gini coefficients.
- Paramètres
Y – Y values (or revenues)
X – None for a uniform population or not None for already order value.
- Renvoie
a curve
(x, Gini(x))