File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 22
22
chapters :
23
23
- file : pv
24
24
- file : cons_smooth
25
+ - file : equalizing_difference
25
26
- file : cagan_ree
26
27
- file : geom_series
27
28
- caption : Probability and Distributions
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
- +++ {"user_expressions": [ ] }
15
-
16
- ### Equalizing Difference Model
14
+ # Equalizing Difference Model
17
15
18
16
This notebook presents a model of the college-high-school wage gap in which the
19
17
"time to build" a college graduate plays a key role.
@@ -31,8 +29,6 @@ import numpy as np
31
29
import matplotlib.pyplot as plt
32
30
```
33
31
34
- +++ {"user_expressions": [ ] }
35
-
36
32
Let
37
33
38
34
* $R > 0$ be the gross rate of return on a one-period bond
114
110
$$
115
111
116
112
117
- #### Tweaked Model: Workers and Entrepreneurs
113
+ ## Tweaked Model: Workers and Entrepreneurs
118
114
119
115
120
116
We can add a parameter and reinterpret variables to get a model of entrepreuneurs versus workers.
@@ -165,7 +161,7 @@ class equalizing_diff:
165
161
return ϕ
166
162
```
167
163
168
- +++ {"user_expressions": [ ] }
164
+
169
165
170
166
We can build some functions to help do comparative statics using vectorization instead of loops.
171
167
@@ -216,7 +212,7 @@ gap1 = ex1.compute_gap()
216
212
print(gap1)
217
213
```
218
214
219
- +++ {"user_expressions": [ ] }
215
+
220
216
221
217
Let us plot $\phi$ against some parameters.
222
218
You can’t perform that action at this time.
0 commit comments