Computes Watts Index from beta Lorenz fit
Source:R/gd_compute_pip_stats_lb.R
gd_compute_watts_lb.Rd
gd_compute_watts_lb()
computes Watts Index from beta Lorenz fit
The first distribution-sensitive poverty measure was proposed in 1968 by Watts
It is defined as the mean across the population of the proportionate poverty
gaps, as measured by the log of the ratio of the poverty line to income,
where the mean is formed over the whole population, counting the nonpoor as
having a zero poverty gap.
Arguments
- headcount
numeric: Headcount index.
- mean
numeric: Welfare mean.
- povline
numeric: Poverty line.
- dd
numeric: TO BE DOCUMENTED.
- A
numeric: Lorenz curve coefficient. Output of
regres()$coef[1]
.- B
numeric: Lorenz curve coefficient. Output of
regres()$coef[2]
.- C
numeric: Lorenz curve coefficient. Output of
regres()$coef[3]
.