gd_estimate_dist_stats_lq Estimates distributional stats from Quadratic Lorenz fit
Source:R/gd_compute_dist_stats.R
gd_estimate_dist_stats_lq.Rdgd_estimate_dist_stats_lq Estimates distributional stats from Quadratic Lorenz fit
Arguments
- mean
numeric: Welfare mean.
- p0
numeric: TO BE DOCUMENTED.
- A
numeric: Lorenz curve coefficient. Output of
regres_lq()$coef[1].- B
numeric: Lorenz curve coefficient. Output of
regres_lq()$coef[2].- C
numeric: Lorenz curve coefficient. Output of
regres_lq()$coef[3].- key_values
named list: key values for lq fit, calculated using A, B, C parameters using gd_lq_key_values