Lorenz and Bonferroni Curves
Details
\(L(p) = M_1(Q(p))/\mu\) and \(B(p) = L(p)/p\), with \(Q\) the quantile function. Both require \(b > 1\).
Examples
p <- c(0.1, 0.25, 0.5, 0.75, 0.9)
bd_lorenz(p, a = 1.5, b = 3, c = 2, k = 1)
#> [1] 0.01546361 0.06131079 0.19138527 0.41544613 0.64418479
bd_bonferroni(p, a = 1.5, b = 3, c = 2, k = 1)
#> [1] 0.1546361 0.2452432 0.3827705 0.5539282 0.7157609