Skip to contents

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.

Usage

gd_compute_watts_lb(headcount, mean, povline, dd = 0.005, A, B, C)

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].

Value

numeric