inequality.gini.Gini# class inequality.gini.Gini(x)[source]# Classic Gini coefficient in absolute deviation form. Parameters: ynumpy.arrayAn array in the shape \((n,1)\) containing the attribute values. Attributes: gfloatGini coefficient. __init__(x)[source]# Methods __init__(x)