cmna (version 1.0.3)

giniquintile: Gini coefficients

Description

Calculate the Gini coefficient from quintile data

Usage

giniquintile(L)

Arguments

L

vector of percentages at 20th, 40th, 60th, and 80th percentiles

Value

the estimated Gini coefficient

Details

Calculate the Gini coefficient given the quintile data.

References

Leon Gerber, "A Quintile Rule for the Gini Coefficient", Mathematics Magazine, 80:2, April 2007.

See Also

Other integration: adaptint(), gaussint(), mcint(), midpt(), revolution-solid, romberg(), simp38(), simp(), trap()

Other newton-cotes: adaptint(), midpt(), romberg(), simp38(), simp(), trap()

Examples

Run this code
# NOT RUN {
L <- c(4.3, 9.8, 15.4, 22.7)
giniquintile(L)

# }

Run the code above in your browser using DataCamp Workspace