hist_lorenz: Non-normalized Lorenz curve for histogram density

View source: R/histogram-interpolation.R

hist_lorenzR Documentation

Non-normalized Lorenz curve for histogram density

Description

Calculates the non-normalized Lorenz curve (average times the top share) for a distribution with constant density over an interval.

Usage

hist_lorenz(p, p0, p1, q0, q1, m1, f)

Arguments

p

The values at which to estimate the Lorenz curve.

p0

The probability lower bound of the interval with constant density.

p1

The probability upper bound of the interval with constant density.

q0

The quantile lower bound of the interval with constant density.

q1

The quantile upper bound of the interval with constant density.

m1

The value of the Lorenz curve at p1.

f

The value of the constant density.

Author(s)

Thomas Blanchet, Juliette Fournier, Thomas Piketty


thomasblanchet/gpinter documentation built on Aug. 27, 2024, 3:11 p.m.