Skip to content

Commit

Permalink
add quantecon back in for now re: gini_coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 23, 2024
1 parent bd4baca commit c251463
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lectures/inequality.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ In this lecture we discuss standard measures of inequality used in economic rese

For each of these measures, we will look at both simulated and real data.

We will use the following imports.
We need to install the `quantecon` package.

```{code-cell} ipython3
!pip install quantecon
```

We will also use the following imports.

```{code-cell} ipython3
import pandas as pd
Expand Down

0 comments on commit c251463

Please sign in to comment.