Skip to content

Commit

Permalink
DOC: Fixed README example
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf8601 committed Sep 15, 2018
1 parent 16da406 commit 62bf1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Descriptive statistics
```python
>>> ineqpy.mean(variable=d.renta, weights=d.factor)
20444.700666031338
>>> ineqpy.variance(variable=d.renta, weights=d.factor)
>>> ineqpy.var(variable=d.renta, weights=d.factor)
2982220948.7413292
>>> x, w = d.renta.values, d.factor.values
```
Expand Down Expand Up @@ -234,4 +234,4 @@ Statistics:
>>> df.gini(main_var) = 0.298494329293
>>> df.atkinson(main_var) = 0.0925853855635
>>> df.theil(main_var) = 0.156137490566
```
```

0 comments on commit 62bf1a5

Please sign in to comment.