Description Usage Arguments Value References See Also Examples
Functional form of Lorenz curve : Arnold (1986)
1 | Arnold(p, a, b)
|
p |
numeric, vector of probabilities |
a |
numeric, positive |
b |
numeric, positive |
The Arnold (1986)'s functional form of Lorenz curve at the point p
L(p) = (p*(1 + (a-1)*p))/(1 + (a-1)*p + b*(1-p))
where a, b > 0 and a - b < 1.
Arnold (1986), A class of hyperbolic Lorenz curves
KP
, RGKO
, Ortega
, Chotikapanich
, Sarabia
, Rohde
1 2 | Arnold(0.5, 1.2, 2.2)
0.3333333
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.