KP: Functional form of Lorenz curve : Kakwani and Podder (1973)

Description Usage Arguments Value References See Also Examples

View source: R/ineqQuantile.R

Description

Functional form of Lorenz curve : Kakwani and Podder (1973)

Usage

1
KP(p, a, b)

Arguments

p

numeric, vector of probabilities

a

numeric, greater than 1

b

numeric, positive

Value

The Kakwani and Podder (1973)'s functional form of Lorenz curve at the point p

L(p) = p^a*e^(-b*(1-p))

where b>0 and a ≥ 1.

References

Kakwani and Podder (1973), On the estimation of Lorenz curves from grouped observations

See Also

RGKO, Arnold, Ortega, Chotikapanich, Sarabia, Rohde

Examples

1
2
KP(0.5, 0.9, 1.5)
0.253135

EnoraBelz/Inequality documentation built on Oct. 30, 2019, 5:37 p.m.