gd_compute_headcount_lb: Compute the headcount statistic from Lorenz Beta fit

View source: R/gd_compute_pip_stats_lb.R

gd_compute_headcount_lbR Documentation

Compute the headcount statistic from Lorenz Beta fit

Description

Compute the headcount statistic from Lorenz Beta fit

Usage

gd_compute_headcount_lb(mean, povline, A, B, C)

Arguments

mean

numeric: Welfare mean.

povline

numeric: Poverty line.

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


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