Skip to content

Commit c19438b

Browse files
committed
fix some typos
1 parent 7cc6de0 commit c19438b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

lectures/cagan_ree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In those experiments, we'll encounter an instance of a ''velocity dividend'' tha
5050

5151
To facilitate using linear matrix algebra as our main mathematical tool, we'll use a finite horizon version of the model.
5252

53-
As in the {doc}`present values <pv>` and {doc}`consumption smoothing<cons_smooth>` lectures, the only linear algebra that we'll be using are matrix multplication and matrix inversion.
53+
As in the {doc}`present values <pv>` and {doc}`consumption smoothing<cons_smooth>` lectures, the only linear algebra that we'll be using are matrix multiplication and matrix inversion.
5454

5555

5656
## Structure of the Model
@@ -593,7 +593,7 @@ By letting money jump according to equation {eq}`eq:eqnmoneyjump` the monetary a
593593
from **falling** at the moment that the unanticipated stabilization arrives.
594594
595595
In various research papers about stabilizations of high inflations, the jump in the money supply described by equation {eq}`eq:eqnmoneyjump` has been called
596-
"the velocity dividend" that a government reaps from implementin a regime change that sustains a permanently lower inflation rate.
596+
"the velocity dividend" that a government reaps from implementing a regime change that sustains a permanently lower inflation rate.
597597
598598
#### Technical Details about whether $p$ or $m$ jumps at $T_1$
599599

lectures/cons_smooth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Our model has the following logical flow
6262

6363
* verify that $a_{T+1}$ satisfies the terminal wealth constraint $a_{T+1} \geq 0$.
6464

65-
* If it does, declare that the candiate path is budget feasible.
65+
* If it does, declare that the candidate path is budget feasible.
6666

6767
* if the candidate consumption path is not budget feasible, propose a path with less consumption sometimes and start over
6868

@@ -400,7 +400,7 @@ $$
400400
v_t = \xi_1 \phi^t - \xi_0
401401
$$
402402

403-
We say two and not three-parameter class because $\xi_0$ will be a function of $(\phi, \xi_1; R)$ that guarantees that the variation is feasibile.
403+
We say two and not three-parameter class because $\xi_0$ will be a function of $(\phi, \xi_1; R)$ that guarantees that the variation is feasible.
404404

405405
Let's compute that function.
406406

lectures/equalizing_difference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This notebook presents a model of the college-high-school wage gap in which the
1919
The model is "incomplete" in the sense that it is just one "condition" in the form of one
2020
equation that would be part of set equations comprising all of the "equilibrium conditions" of a more fully articulated model.
2121

22-
The condition featured in our model determies a college, high-school wage ratio that equalizes the
22+
The condition featured in our model determines a college, high-school wage ratio that equalizes the
2323
present values of a high school worker and a college educated worker.
2424

2525
It is just one instance of an "equalizing difference" theory of relative wage rates, a class dating back at least to Adam Smith's **Wealth of Nations**.
@@ -33,7 +33,7 @@ Let
3333

3434
* $R > 0$ be the gross rate of return on a one-period bond
3535

36-
* $0$ denote the first period after high school that a person can go to work
36+
* $0$ denotes the first period after high school that a person can go to work
3737

3838
* $T$ denote the last period a person can work
3939

@@ -49,7 +49,7 @@ Let
4949

5050

5151

52-
If someone goes to work immediately after high school and work for $T+1$ years, she earns present value
52+
If someone goes to work immediately after high school and works for $T+1$ years, she earns present value
5353
$$
5454
h_0 = \sum_{t=0}^T R^{-t} w_t^h = w_0^h \left[ \frac{1 - (R^{-1} \gamma_h)^{T+1} }{1 - R^{-1} \gamma_h } \right] \equiv w_0^h A_h
5555
$$
@@ -113,7 +113,7 @@ $$
113113
## Tweaked Model: Workers and Entrepreneurs
114114

115115

116-
We can add a parameter and reinterpret variables to get a model of entrepreuneurs versus workers.
116+
We can add a parameter and reinterpret variables to get a model of entrepreneurs versus workers.
117117

118118
We now let $h$ be the present value of a "worker".
119119

@@ -128,7 +128,7 @@ where $\pi \in (0,1) $ is the probability that an entrepreneur's "project" succ
128128
We set $D =0$.
129129

130130
What we used to call the college, high school wage gap $\phi$ now becomes the ratio
131-
of a successful entreneur's earnings to a worker's earnings.
131+
of a successful entrepreneur's earnings to a worker's earnings.
132132

133133
We'll find that as $\pi$ decreases, $\phi$ increases.
134134

0 commit comments

Comments
 (0)