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/cagan_ree.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
##A fiscal theory of the price level
1
+
# A fiscal theory of the price level
2
2
3
3
```python
4
4
import numpy as np
5
5
import matplotlib.pyplot as plt
6
6
```
7
7
8
-
<!-- #region -->
9
8
We'll use linear algebra to do some experiments with a "fiscal theory of the price level".
10
9
11
10
According to this model, when the government persistently spends more than it collects in taxes and prints money to finance the shortfall (called the "government deficit"), it puts upward pressure on the price level and generates
@@ -151,7 +150,7 @@ Equation {eq}`eq:mcum` shows that the log of the money supply at $t$ equals the
151
150
plus accumulation of rates of money growth between times $0$ and $t$.
152
151
153
152
154
-
### Continuation values
153
+
## Continuation values
155
154
156
155
157
156
To determine the continuation inflation rate $\pi_{T+1}^*$ we shall proceed by applying the following infinite-horizon
@@ -183,7 +182,7 @@ In the experiments below, we'll use formula {eq}`eq:piterm` as our terminal cond
183
182
In devising these experiments, we'll make assumptions about $\{\mu_t\}$ that are consistent with formula
184
183
{eq}`eq:piterm`.
185
184
186
-
#### Note to Jiacheng
185
+
### Note to Jiacheng
187
186
188
187
Hi. You did a great job -- much better than I did.
189
188
@@ -192,7 +191,7 @@ It will involve some changes in your code for the experiments, but not big ones
192
191
193
192
Below I'll describe the changes.
194
193
195
-
#### End of Note to Jiacheng
194
+
### End of Note to Jiacheng
196
195
197
196
198
197
We now describe three such experiments.
@@ -205,7 +204,7 @@ $$
205
204
206
205
so that, in terms of our notation and formula for $\theta_{T+1}^*$ above, $\tilde \gamma = 1$.
207
206
208
-
#### Experiment 1
207
+
### Experiment 1
209
208
210
209
**A foreseen stabilization**
211
210
@@ -218,7 +217,7 @@ $$
218
217
\end{cases}
219
218
$$
220
219
221
-
#### Experiment 2
220
+
### Experiment 2
222
221
223
222
**Gradual stabilization**
224
223
@@ -231,7 +230,7 @@ $$
231
230
$$
232
231
233
232
234
-
#### Experiment 3
233
+
### Experiment 3
235
234
236
235
**An MIT shock**
237
236
@@ -259,7 +258,7 @@ $\mu_t = \mu^*$ for all $t \geq 0$.
259
258
260
259
261
260
262
-
#### Experiment 4
261
+
### Experiment 4
263
262
264
263
Eventually, we might want to perform the following experiment right after we do experiment 3.
265
264
@@ -274,7 +273,7 @@ $$
274
273
$$
275
274
276
275
277
-
#### The Log Price Level
276
+
### The Log Price Level
278
277
279
278
280
279
We can use equations {eq}`eq:caganmd` and {eq}`eq:ree`
@@ -294,7 +293,7 @@ At time $T_1$ when the "surprise" regime change occurs, the log of real balances
294
293
equation {eq}`eq:pformula2`.
295
294
296
295
297
-
#### Jump in $p_{T_1}$ or jump in $m_{T_1}$?
296
+
### Jump in $p_{T_1}$ or jump in $m_{T_1}$?
298
297
299
298
300
299
If we insist that the money supply $m_{T_1}$ is locked at its value $m_{T_1}^1$ inherited from the past, then formula {eq}`eq:pformula2` implies that the price level jumps downward at time $T_1$, to coincide with the downward jump in
@@ -313,13 +312,13 @@ from **falling** at the moment that the unanticipated stabilization arrives.
313
312
In various research papers about stabilizations of high inflations, the jump in the money supply described by equation {eq}`eq:eqnmoneyjump` has been called
314
313
"the velocity dividend" that a government reaps from implementin a regime change that sustains a permanently lower inflation rate.
315
314
316
-
#### Another note to Jiacheng
315
+
### Another note to Jiacheng
317
316
318
317
I apologize that you'll have to change the code -- actually simplify it -- to do the revised experiments.
319
318
320
319
I recommend setting $\mu_0 = .2$ and $\mu^* =0 $ to start our three experiments.
0 commit comments