gini {CUB} | R Documentation |
Compute the normalized Gini heterogeneity index for a given discrete probability distribution.
gini(prob)
prob |
Vector of probability distribution or relative frequencies |
prob<-c(0.04,0.04,0.05,0.10,0.21,0.32,0.24)
gini(prob)