File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 2222 chapters :
2323 - file : pv
2424 - file : cons_smooth
25+ - file : equalizing_difference
2526 - file : cagan_ree
2627 - file : geom_series
2728- caption : Probability and Distributions
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ kernelspec:
1111 name : python3
1212---
1313
14- +++ {"user_expressions": [ ] }
15-
16- ### Equalizing Difference Model
14+ # Equalizing Difference Model
1715
1816This notebook presents a model of the college-high-school wage gap in which the
1917"time to build" a college graduate plays a key role.
@@ -31,8 +29,6 @@ import numpy as np
3129import matplotlib.pyplot as plt
3230```
3331
34- +++ {"user_expressions": [ ] }
35-
3632Let
3733
3834 * $R > 0$ be the gross rate of return on a one-period bond
114110$$
115111
116112
117- #### Tweaked Model: Workers and Entrepreneurs
113+ ## Tweaked Model: Workers and Entrepreneurs
118114
119115
120116We can add a parameter and reinterpret variables to get a model of entrepreuneurs versus workers.
@@ -165,7 +161,7 @@ class equalizing_diff:
165161 return ϕ
166162```
167163
168- +++ {"user_expressions": [ ] }
164+
169165
170166We can build some functions to help do comparative statics using vectorization instead of loops.
171167
@@ -216,7 +212,7 @@ gap1 = ex1.compute_gap()
216212print(gap1)
217213```
218214
219- +++ {"user_expressions": [ ] }
215+
220216
221217Let us plot $\phi$ against some parameters.
222218
You can’t perform that action at this time.
0 commit comments