View source: R/gd_compute_pip_stats_lq.R
gd_compute_watts_lq | R Documentation |
gd_compute_watts_lq()
computes Watts Index from Quadratic 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_lq(
headcount,
mu = lifecycle::deprecated(),
mean = NULL,
povline,
dd = 0.01,
A,
B,
C,
key_values
)
headcount |
numeric: Headcount index. Allows for vector. |
mu |
|
mean |
numeric: mean of group data distribution |
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
|
key_values |
named list: key values for lq fit, calculated using A, B, C parameters using gd_lq_key_values |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.