gd_compute_quantile_lb: Compute quantiles from Lorenz Quandratic fit

View source: R/gd_compute_pip_stats_lb.R

gd_compute_quantile_lbR Documentation

Compute quantiles from Lorenz Quandratic fit

Description

gd_compute_quantile_lb() computes quantiles from a Lorenz beta fit.

Usage

gd_compute_quantile_lb(A, B, C, n_quantile = 10)

Arguments

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

n_quantile

numeric: Number of quantiles to return.

Value

numeric


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