Inequality.jl
is a Julia package that provides functions for the computation of inequality indicators. Examples of these a the Gini Coefficient, Atkinson Index, Lorenz Curve and Mean log deviation.
DEVEL — documentation of the development version of the package.
To install the package, run the following:
using Pkg; Pkg.add("Inequality")
This package is currently in beta version.
See the author's presentation at the NTTS 2023 conference for speed and memory comparisons with similar R functions.