View source: R/gd_compute_pip_stats_lq.R
create_functional_form_lq | R Documentation |
Prepares data for regression of L(1-L) on (P^2-L), L(P-1) and (P-L). The last observation of (p,l), which by construction has the value (1, 1), is excluded since the functional form for the Lorenz curve already forces it to pass through the point (1, 1). Equation 15 in Lorenz Quadratic original paper.
create_functional_form_lq(welfare, population)
welfare |
numeric: Welfare vector from empirical Lorenz curve. |
population |
numeric: Population vector from empirical Lorenz curve. |
data.frame
Krause, M. 2013. "Corrigendum to Elliptical Lorenz curves". Journal of Econometrics 174 (1): 44.
Villasenor, J., B. C. Arnold. 1989. "Elliptical Lorenz curves". Journal of Econometrics 40 (2): 327-338.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.