Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.25 KB

Inequality.jl

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.

Build & Testing Status

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build status codecov

Documentation

DEVEL — documentation of the development version of the package.

Installation

To install the package, run the following:

using Pkg; Pkg.add("Inequality") 

Version

This package is currently in beta version.

Performance benchmarks

See the author's presentation at the NTTS 2023 conference for speed and memory comparisons with similar R functions.