You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/inequality.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,6 @@ In this lecture we discuss standard measures of inequality used in economic rese
61
61
62
62
For each of these measures, we will look at both simulated and real data.
63
63
64
-
+++
65
-
66
64
We will also use the following imports.
67
65
68
66
```{code-cell} ipython3
@@ -582,19 +580,17 @@ Looking at this graph you can see that inequality was falling in the USA until 1
582
580
Why did GINI fall in 2020? I would have thought it accelerate in the other direction or was there a lag in investment returns around COVID
583
581
```
584
582
585
-
+++
586
-
587
583
## Comparing income and wealth inequality (the US case)
588
584
589
-
+++
590
-
591
585
We can use the data collected above {ref}`survey of consumer finances <data:survey-consumer-finance>` to look at the gini coefficient when using income when compared to wealth data.
592
586
593
587
Let's compute the gin coefficient for net wealth, total income, and labour income.
594
588
595
589
This section makes use of the following code to compute the data, however to speed up execution we have pre-compiled the results and will use that in the subsequent analysis.
0 commit comments