You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/calvo_machine_learn.md
+56-26Lines changed: 56 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ kernelspec:
15
15
16
16
## Introduction
17
17
18
-
This lecture studies a problem that we also study in another quantecon lecture
18
+
This lecture studies a problem that we shall study from another angle in another quantecon lecture
19
19
{doc}`calvo`.
20
20
21
21
That lecture used an analytic approach based on ``dynamic programming squared`` to guide computation of a Ramsey plan in a version of a model of Calvo {cite}`Calvo1978`.
@@ -1261,12 +1285,18 @@ that along a Ramsey plan, the following relationships prevail:
1261
1285
1262
1286
where the initial value $\theta_0^R$ was computed along with other components of $\vec \mu^R, \vec \theta^R$ when we computed the Ramsey plan, and where $b_0, b_1, d_0, d_1$ are parameters whose values we estimated with our regressions.
1263
1287
1288
+
In addition, we learned that continuation values are described by the quadratic function
1289
+
1290
+
$$
1291
+
v_t = g_0 + g_1 \theta_t + g_2 \theta_t^2
1292
+
$$
1293
+
1264
1294
1265
-
We discovered this representation by running some carefully chosen regressions and staring at the results, noticing that the $R^2$ of unity tell us that the fits are perfect.
1295
+
We discovered these relationships by running some carefully chosen regressions and staring at the results, noticing that the $R^2$ of unity tell us that the fits are perfect.
1266
1296
1267
1297
We have learned something about the structure of the Ramsey problem.
1268
1298
1269
-
But it is challenging to say more just by using the methods and ideas that we have deployed in this lecture.
1299
+
However, it is challenging to say more just by using the methods and ideas that we have deployed in this lecture.
1270
1300
1271
1301
There are many other linear regressions among components of $\vec \mu^R, \theta^R$ that would also have given us perfect fits.
1272
1302
@@ -1278,7 +1308,7 @@ After all, the Ramsey planner chooses $\vec \mu$, while $\vec \theta$ is an o
1278
1308
1279
1309
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$?
1280
1310
1281
-
To answer such questions, we'll have to deploy more economic theory.
1311
+
To answer these questions, we'll have to deploy more economic theory.
1282
1312
1283
1313
We do that in this quantecon lecture {doc}`calvo`.
0 commit comments