Description Usage Arguments Value References See Also Examples
Functional form of Lorenz curve : Sarabia (1997)
1 | Sarabia(p, pi1, pi2, a1, a2)
|
p |
numeric, vector of probabilities |
pi1 |
numeric, between 0 and 1 |
pi2 |
numeric, between 0 and 1 |
a1 |
numeric, greater than 1 |
a2 |
numeric, between 0 and 1 |
The Sarabia (1997)'s functional form of Lorenz curve at the point p
L(p) = pi1*p + pi2*p^a1 + (1 - pi1 - pi2)*(1 - (1-p)^a2)
where 0 ≤ pi1, pi2 ≤ 1, a1 ≥ 1 and 0 < a2 < 1.
Sarabia (1997), A hierarchy of Lorenz curves based on the generalized Tukey’s lambda distribution
KP
, RGKO
, Arnold
, Ortega
, Chotikapanich
, Rohde
1 2 | Sarabia(0.5, 0.1, 0.7, 1.8, 0.3)
0.2885717
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.