gd_compute_pov_gap_lb: Compute poverty gap for Lorenz Beta fit

View source: R/gd_compute_pip_stats_lb.R

gd_compute_pov_gap_lbR Documentation

Compute poverty gap for Lorenz Beta fit

Description

Compute poverty gap for Lorenz Beta fit

Usage

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

Arguments

mean

numeric: Welfare mean.

povline

numeric: Poverty line.

headcount

numeric: Headcount index.

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: Normalized mean.

Value

numeric


PIP-Technical-Team/wbpip documentation built on Nov. 29, 2024, 6:57 a.m.