calcSGini(x, w = NULL, param = 2)
"ICI"
with components:
SGini
(value of inequality index)
and param
(value of parameter).NA
counts, including components xNA
,
wNA
and totalNA
.Schechtman E., Yitzhaki S. (2008) Calculating the Extended Gini Coefficient from Grouped Data: A Covariance Presentation. Bulletin of Statistics & Economics, 2(S08), pp. 64-69.
decompSGini
, curveLorenz
data(hhbudgets)
calcSGini(hhbudgets[,"ingreso"], param=0.5)
summary(hhbudgets[,"mantenimiento"])
calcSGini(hhbudgets[,"mantenimiento"], w=hhbudgets[,"factor"])
Run the code above in your browser using DataLab