Skip to content

jo-fleck/gini_julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gini_julia

The Julia file gini.jl contains a function which computes Gini Coefficients. It is based on codes and snippets I found online and assembled into one function.

gini.jl inputs can be either

  1. a vector of observations (n, 1)
  2. an array of dimension (n, 2) where the second column are the weights of the observations

The file gini_eval.jl illustrates the performance (in seconds) of gini.jl for different numbers of inputs.

performance

About

Computes Gini Coefficients in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages