Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaguest authored Aug 1, 2016
1 parent b5badce commit f6d65f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ For uniformly distributed random numbers, it will be low, around 0.33:
0.3295183767105907
```

For a homogeneous sample:
For a homogeneous sample, the Gini coefficient is 0.0:
```
>>> b = np.ones((1000))
```
The Gini coefficient is 0.0:
```
>>> gini(b)
0.0
```
Expand Down

0 comments on commit f6d65f7

Please sign in to comment.