@@ -129,18 +129,20 @@ Markov chain taking values in $\mathsf Z$ with Markov matrix $\Pi$.
129129``` {note}
130130The budget constraint for the household is more often written as $a_{t+1} + c_t \leq R a_t + Y_t$.
131131
132- This setup was developed for discretization.
132+ This setup, which is pervasive in quantitative economics, was developed for discretization.
133133
134- it means that the control is also the next period state $a_{t+1}$, which can then be restricted to a finite grid.
134+ It means that the control is also the next period state $a_{t+1}$, which can
135+ then be restricted to a finite grid.
135136
136- Computational economists are moving away from raw discretization, which allows
137- the use of alternative timings, such as the one that we adopt .
137+ We try to avoid raw discretization when possible, since it suffers heavily from
138+ the curse of dimensionality .
138139
139- Our timing turns out to slightly easier in terms of minimizing state variables
140- (because transient components of labor income are automatially integrated out --- see
141- {doc}`this lecture <ifp_advanced>`) and studying dynamics.
140+ Moreover, removing discretization allows the use of alternative timings, such as the one that we adopt in this lecture.
142141
143- In practice, either timing can be used when including households in larger models.
142+ In fact the timing we use here is, in many cases, considerably more efficient than the traditional one.
143+
144+ The reason is that transient shocks (in this lecture, the transient component of labor income) are
145+ automatially integrated out (instead of becoming state variables).
144146
145147```
146148
0 commit comments