View source: R/gd_compute_pip_stats_lb.R
gd_compute_watts_lb | R Documentation |
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.
gd_compute_watts_lb(headcount, mean, povline, dd = 0.005, A, B, C)
headcount |
numeric: Headcount index. |
mean |
numeric: Welfare mean. |
povline |
numeric: Poverty line. |
dd |
numeric: TO BE DOCUMENTED. |
A |
numeric: Lorenz curve coefficient. Output of
|
B |
numeric: Lorenz curve coefficient. Output of
|
C |
numeric: Lorenz curve coefficient. Output of
|
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.