Skip to content

Commit 384a3d9

Browse files
committed
Update inequality.md
1 parent f3c282b commit 384a3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/inequality.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,9 @@ Let's examine the Gini coefficient in some simulations.
435435

436436
The code below computes the Gini coefficient from a sample.
437437

438+
(code:gini-coefficient)=
439+
438440
```{code-cell} ipython3
439-
:label:gini-coefficient
440441
441442
def gini_coefficient(y):
442443
r"""

0 commit comments

Comments
 (0)