Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

Gini coefficient

Computes the Gini coefficient as a basic measure of the inequality
(1701 downloads for this version - 1701 downloads for all versions)
Details
Version
1.0
Author
Lukas Malec
Maintainer
Lukas Malec
License
Supported Scilab Version
5.4
Creation Date
April 1, 2014
Description
            function coeff = gini(x,nosample)

// Gini coefficient

// x ... data vector
// nosample 0 ... sample correction (default)
//          1 ... population

// coeff ... Gini coefficient

// Authors: Lukáš Malec and Jaroslav Poživil
// Date: $2014-02-01$            
Files (1)
[874 bytes]
Miscellaneous file

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.