retrieve_poverty: Algorithm to retrieve correct poverty statistics

View source: R/gd_select_lorenz.R

retrieve_povertyR Documentation

Algorithm to retrieve correct poverty statistics

Description

Algorithm to retrieve correct poverty statistics

Usage

retrieve_poverty(
  lq,
  lb,
  is_normal,
  use_lq_for_pov,
  max_headcount = 0.9999999,
  max_poverty_gap = 0.9999998,
  max_poverty_severity = 0.9999997
)

Arguments

lq

list: Results from Lorenz Quadratic functional form. output of gd_compute_pip_stats_lq().

lb

list: Results from Lorenz Beta functional form. output of gd_compute_pip_stats_lb().

is_normal

logical: Whether at least one of the Lorenz fit is normal

is_lq_for_pov

logical: Whether to use LQ (TRUE) or Beta fit (FALSE)

Value

list


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