laakso: Normalized Laakso and Taagepera heterogeneity index

Description Usage Arguments References See Also Examples

View source: R/laakso.R

Description

Compute the normalized Laakso and Taagepera heterogeneity index for a given discrete probability distribution.

Usage

1
laakso(prob)

Arguments

prob

Vector of a probability or relative frequency distribution

References

Laakso, M. and Taagepera, R. (1989). Effective number of parties: a measure with application to West Europe, Comparative Political Studies, 12, 3–27.

See Also

gini

Examples

1
2
prob<-c(0.04,0.04,0.05,0.10,0.21,0.32,0.24)
laakso(prob)

CUB documentation built on March 31, 2020, 5:14 p.m.