Skip to contents

Compute poverty severity for Lorenz Beta fit

Usage

gd_compute_pov_severity_lb(
  mean,
  povline,
  headcount,
  pov_gap,
  A,
  B,
  C,
  u = NULL
)

Arguments

mean

numeric: Welfare mean.

povline

numeric: Poverty line.

headcount

numeric: Headcount index.

pov_gap

numeric: Poverty gap.

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

u

numeric: Mean? TO BE DOCUMENTED.

Value

numeric