Skip to content

Commit b3993a0

Browse files
committed
minor fixes
1 parent 8260f21 commit b3993a0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lectures/mccall_fitted_vfi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import quantecon as qe
5858

5959
## The algorithm
6060

61-
The model is the same as the McCall model with job separation we {doc}`studied before <mccall_model_with_separation>`, except that the wage offer distribution is continuous.
61+
The model is the same as the McCall model with job separation that we {doc}`studied before <mccall_model_with_separation>`, except that the wage offer distribution is continuous.
6262

6363
We are going to start with the two Bellman equations we obtained for the model with job separation after {ref}`a simplifying transformation <ast_mcm>`.
6464

@@ -83,9 +83,9 @@ v(w) = u(w) + \beta
8383

8484
The unknowns here are the function $v$ and the scalar $d$.
8585

86-
The difference between these and the pair of Bellman equations we previously worked on are
86+
The differences between these and the pair of Bellman equations we previously worked on are
8787

88-
1. in {eq}`bell1mcmc`, what used to be a sum over a finite number of wage values is an integral over an infinite set.
88+
1. In {eq}`bell1mcmc`, what used to be a sum over a finite number of wage values is an integral over an infinite set.
8989
1. The function $v$ in {eq}`bell2mcmc` is defined over all $w \in \mathbb R_+$.
9090

9191
The function $q$ in {eq}`bell1mcmc` is the density of the wage offer distribution.
@@ -107,7 +107,7 @@ The iterates of the value function can neither be calculated exactly nor stored
107107

108108
To see the issue, consider {eq}`bell2mcmc`.
109109

110-
Even if $v$ is a known function, the only way to store its update $v'$
110+
Even if $v$ is a known function, the only way to store its update $v'$
111111
is to record its value $v'(w)$ for every $w \in \mathbb R_+$.
112112

113113
Clearly, this is impossible.
@@ -142,7 +142,7 @@ One good choice from both respects is continuous piecewise linear interpolation.
142142

143143
This method
144144

145-
1. combines well with value function iteration (see., e.g.,
145+
1. combines well with value function iteration (see, e.g.,
146146
{cite}`gordon1995stable` or {cite}`stachurski2008continuous`) and
147147
1. preserves useful shape properties such as monotonicity and concavity/convexity.
148148

0 commit comments

Comments
 (0)