gd_compute_poverty_stats_lq: Computes poverty stats from Lorenz Quadratic fit

View source: R/gd_compute_pip_stats_lq.R

gd_compute_poverty_stats_lqR Documentation

Computes poverty stats from Lorenz Quadratic fit

Description

Computes poverty stats from Lorenz Quadratic fit

Usage

gd_compute_poverty_stats_lq(mean, povline, A, B, C, key_values)

Arguments

mean

numeric: Welfare mean.

povline

numeric: Poverty line.

A

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[1].

B

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[2].

C

numeric: Lorenz curve coefficient. Output of regres_lq()$coef[3].

key_values

named list: key values for lq fit, calculated using A, B, C parameters using gd_lq_key_values

s1

numeric: TO BE DOCUMENTED.

s2

numeric: TO BE DOCUMENTED.

Value

list


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