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: 28 days 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, plus a faster code based on sorting for cases where N is very large.
A slower code using explicit calculation and a double 'for' loop is provided to illustrate the speed gains.