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/ak2.md
+3-235Lines changed: 3 additions & 235 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,13 @@ kernelspec:
15
15
16
16
17
17
18
-
## Introduction
18
+
## Overview
19
19
20
20
21
-
This lecture presents a life-cycle model consisting of overlapping generations of two-period lived people proposed by Peter Diamond
21
+
This lecture presents a life-cycle model consisting of overlapping generations of two-period lived people proposed by
22
22
{cite}`diamond1965national`.
23
23
24
-
We'll present the version that was analyzed in chapter 2 of Auerbach and
25
-
Kotlikoff (1987) {cite}`auerbach1987dynamic`.
24
+
We'll present the version that was analyzed in chapter 2 of {cite}`auerbach1987dynamic`.
26
25
27
26
Auerbach and Kotlikoff (1987) used their two period model as a warm-up for their analysis of overlapping generation models of long-lived people that is the main topic of their book.
28
27
@@ -1171,234 +1170,3 @@ for i, name in enumerate(['τ', 'D', 'G']):
1171
1170
ax.legend()
1172
1171
ax.set_xlabel('t')
1173
1172
```
1174
-
1175
-
1176
-
## NOTES TO ZEJIN FEB 26
1177
-
1178
-
Hi Zejin.
1179
-
1180
-
I recommend that we add a few simple experiments in which we do the following.
1181
-
1182
-
* take a simple baseline, perhaps on in which capital starts at or quickly converges to a steady state value.
1183
-
1184
-
* start from that steady-state value of capital and add a tax transfer scheme that mimics an unfunded social security system in which young people pay a lump sum tax and old people get a lump sum transfer, starting from the beginning (the initial old will love this!)
1185
-
1186
-
* study how this policy affects the steady state capital stock
1187
-
1188
-
* describe in words how this policy experiment compares to one in which at time 0 the government gives government debt to the initial old
1189
-
1190
-
* the last bullet point is vague and we'll have to tighten it up
1191
-
1192
-
1193
-
## Working when old as well as when young
1194
-
1195
-
Now let's assume that each person supplies $1/2$ labor unit when both young and old.
Copy file name to clipboardExpand all lines: lectures/laffer_adaptive.md
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,37 @@ kernelspec:
13
13
14
14
+++ {"user_expressions": []}
15
15
16
-
# Inflation Rate Laffer Curves with Adaptive Expectations
16
+
# Laffer Curves with Adaptive Expectations
17
17
18
18
## Overview
19
19
20
20
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this lecture {doc}`money_inflation`.
21
21
22
-
As in the lecture {doc}`money_inflation`, this lecture uses the log-linear version of the demand function for money that Cagan {cite}`Cagan` used in his classic paper in place of the linear demand function used in this lecture {doc}`money_inflation`.
22
+
As in the lecture {doc}`money_inflation`, this lecture uses the log-linear version of the demand function for money that {cite}`Cagan` used in his classic paper in place of the linear demand function used in this lecture {doc}`money_inflation`.
23
23
24
24
But now, instead of assuming ''rational expectations'' in the form of ''perfect foresight'',
25
-
we'll adopt the ''adaptive expectations'' assumption used by Cagan {cite}`Cagan`.
25
+
we'll adopt the ''adaptive expectations'' assumption used by {cite}`Cagan` and {cite}`Friedman1956`.
26
26
27
27
28
28
29
-
This means that instead of assuming that expected inflation $\pi_t^*$ is described by
29
+
This means that instead of assuming that expected inflation $\pi_t^*$ is described by the "perfect foresight" or "rational expectations" hypothesis
30
30
31
31
$$
32
32
\pi_t^* = p_{t+1} - p_t
33
33
$$
34
34
35
-
as we assumed in lecture XXXX, we'll now assume that $\pi_t^*$ is determined by the adaptive expectations scheme described in equation {eq}`eq:adaptex` reported below.
35
+
that we adopted in lectures {doc}`money_inflation` and lectures {doc}`money_inflation_nonlinear`, we'll now assume that $\pi_t^*$ is determined by the adaptive expectations hypothesis described in equation {eq}`eq:adaptex` reported below.
36
+
37
+
We shall discover that changing our hypothesis about expectations formation in this way will change some our findings and leave others intact. In particular, we shall discover that
38
+
39
+
40
+
* replacing rational expectations with adaptive expectations leaves the two stationary inflation rates unchanged, but that $\ldots$
41
+
* it reverse the pervese dynamics by making the **lower** stationary inflation rate the one to which the system typically converges
42
+
* a more plausible comparative dynamic outcome emerges in which now inflation can be **reduced** by running **lower** government deficits
43
+
44
+
These more plausible comparative dynamics underly the "old time religion" that states that
45
+
"inflation is always and everwhere caused by government deficits".
Copy file name to clipboardExpand all lines: lectures/money_inflation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In this lecture we will encounter these concepts
54
54
55
55
The same qualitive outcomes prevail in this lecture {doc}`money_inflation_nonlinear` that studies a nonlinear version of the model in this lecture.
56
56
57
-
These outcomes will set the stage for the analysis of this lecture {doc}`laffer_adaptive` that studies a version of the present model that uses a version of "adaptive expectations" instead of rational expectations.
57
+
These outcomes will set the stage for the analysis of this lecture {doc}`laffer_adaptive` that studies a nonlinear version of the present model that uses a version of "adaptive expectations" instead of rational expectations.
Copy file name to clipboardExpand all lines: lectures/money_inflation_nonlinear.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ kernelspec:
19
19
20
20
This lecture studies stationary and dynamic **Laffer curves** in the inflation tax rate in a non-linear version of the model studied in this lecture {doc}`money_inflation`.
21
21
22
-
This lecture uses the log-linear version of the demand function for money that Cagan {cite}`Cagan`
22
+
This lecture uses the log-linear version of the demand function for money that {cite}`Cagan`
23
23
used in his classic paper in place of the linear demand function used in this lecture {doc}`money_inflation`.
24
24
25
25
That change requires that we modify parts of our analysis.
@@ -29,6 +29,32 @@ In particular, our dynamic system is no longer linear in state variables.
29
29
Nevertheless, the economic logic underlying an analysis based on what we called ''method 2'' remains unchanged.
30
30
31
31
32
+
in this lecture we shall discover qualitatively similar outcomnes to those that we studied in the lecture {doc}`money_inflation`.
33
+
34
+
That lecture presented a linear version of the model in this lecture.
35
+
36
+
As in that lecture, we discussed these topics:
37
+
38
+
* an **inflation tax** that a government gathers by printing paper or electronic money
39
+
* a dynamic **Laffer curve** in the inflation tax rate that has two stationary equilibria
40
+
* perverse dynamics under rational expectations in which the system converges to the higher stationary inflation tax rate
41
+
* a peculiar comparative stationary-state analysis connected with that stationary inflation rate that assert that inflation can be **reduced** by running **higher** government deficits
42
+
43
+
44
+
45
+
These outcomes will set the stage for the analysis of this lecture {doc}`laffer_adaptive` that studies a version of the present model that uses a version of "adaptive expectations" instead of rational expectations.
46
+
47
+
That lecture will show that
48
+
49
+
* replacing rational expectations with adaptive expectations leaves the two stationary inflation rates unchanged, but that $\ldots$
50
+
* it reverse the pervese dynamics by making the **lower** stationary inflation rate the one to which the system typically converges
51
+
* a more plausible comparative dynamic outcome emerges in which now inflation can be **reduced** by running **lower** government deficits
0 commit comments