Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
Fast computation of the Gini coefficient
- Host: GitHub
- URL: https://github.com/mchatcher/fast-computation-gini
- Owner: MCHatcher
- Created: 2024-02-12T10:44:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T10:49:19.000Z (9 months ago)
- Last Synced: 2024-02-12T11:49:13.495Z (9 months ago)
- Topics: bsxfun, gini, gini-coefficient, gini-index, matlab
- Language: MATLAB
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.