Learn R Programming

CUB (version 1.1.5)

gini: Normalized Gini heterogeneity index

Description

Compute the normalized Gini heterogeneity index for a given discrete probability distribution.

Usage

gini(prob)

Arguments

prob

Vector of probability distribution or relative frequencies

See Also

laakso

Examples

Run this code
prob<-c(0.04,0.04,0.05,0.10,0.21,0.32,0.24)
gini(prob)

Run the code above in your browser using DataLab