Skip to content

Commit f41653d

Browse files
Tom's July 25 edits of calvo_machine_learning lecture (#169)
Co-authored-by: thomassargent30 <[email protected]>
1 parent 106ea4a commit f41653d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

lectures/calvo_machine_learn.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ the linear difference equation {eq}`eq_grad_old2` can be solved forward to get:
156156
\theta_t = \frac{1}{1+\alpha} \sum_{j=0}^\infty \left(\frac{\alpha}{1+\alpha}\right)^j \mu_{t+j}, \quad t \geq 0
157157
```
158158

159-
```{note}
160-
Equation {eq}`eq_grad_old3` shows that an equivalence class of continuation money growth sequences $\{\mu_{t+j}\}_{j=0}^\infty$ deliver the same $\theta_t$. Consequently, equations {eq}`eq_grad_old1` and {eq}`eq_grad_old3` show that $\theta_t$ intermediates
161-
how choices of $\mu_{t+j}, \ j=0, 1, \ldots$ impinge on time $t$
162-
real balances $m_t - p_t = -\alpha \theta_t$. Chang {cite}`chang1998credible` exploits this
163-
fact extensively.
164-
```
165159

166160

167161

@@ -1189,9 +1183,9 @@ For example, we could have regressed $\theta_t$ on $\mu_t$ and obtained the same
11891183
11901184
Actually, wouldn't that direction of fit have made more sense?
11911185
1192-
After all, the Ramsey planner is **choosing** $\vec \mu$ while $\vec \theta$ is the outcome.
1186+
After all, the Ramsey planner chooses $\vec \mu$, while $\vec \theta$ is an outcome that reflects the represenative agent's response to the Ramsey planner's choice of $\vec \mu$.
11931187
1194-
Which is **cause** and which is **effect**?
1188+
Isn't it more natural then to expect that we'd learn more about the structure of the Ramsey problem from a regression of components of $\vec \theta$ on components of $\vec \mu$?
11951189
11961190
To answer such questions, we'll have to deploy more economic theory.
11971191
@@ -1231,4 +1225,15 @@ print(f'(d_0, d_1) = ({clq.d0:.6f}, {clq.d1:.6f})')
12311225
12321226
Evidently, these agree with the relationships that we discovered by running regressions on the Ramsey outcomes $\vec \mu^R, \vec \theta^R$ that we constructed with either of our machine learning algorithms.
12331227
1234-
We have set the stage for diving into this quantecon lecture {doc}`calvo`.
1228+
We have set the stage for this quantecon lecture {doc}`calvo`.
1229+
1230+
We close this lecture by giving a hint about an insight of Chang {cite}`chang1998credible` that
1231+
underlies much of quantecon lecture {doc}`calvo`.
1232+
1233+
Chang noticed how equation {eq}`eq_grad_old3` shows that an equivalence class of continuation money growth sequences $\{\mu_{t+j}\}_{j=0}^\infty$ deliver the same $\theta_t$.
1234+
1235+
Consequently, equations {eq}`eq_grad_old1` and {eq}`eq_grad_old3` indicate that $\theta_t$ intermediates how the government's choices of $\mu_{t+j}, \ j=0, 1, \ldots$ impinge on time $t$
1236+
real balances $m_t - p_t = -\alpha \theta_t$.
1237+
1238+
In lecture {doc}`calvo`, we'll see how Chang {cite}`chang1998credible` exploits this
1239+
insight.

0 commit comments

Comments
 (0)