An open API service indexing awesome lists of open source software.

https://github.com/mchatcher/fast-computation-gini

Fast computation of the Gini coefficient
https://github.com/mchatcher/fast-computation-gini

bsxfun gini gini-coefficient gini-index matlab

Last synced: 7 months ago
JSON representation

Fast computation of the Gini coefficient

Awesome Lists containing this project

README

          

# Fast-computation-Gini
This repository provides code for fast computation of the Gini coefficient using the bsxfun function in Matlab. A slower code using explicit calculation is also provided that can easily be translated into any programming language.