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_adaptive.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ kernelspec:
11
11
name: python3
12
12
---
13
13
14
-
# A Monetarist Theory of Price Level with Adaptive Expectations
14
+
# A Monetarist Theory of Price Levels with Adaptive Expectations
15
15
16
16
## Introduction
17
17
18
18
19
-
This lecture is a sequel or prequel to this lecture {doc}`monetarist theory of the price level <cagan_ree>`.
19
+
This lecture is a sequel or prequel to another lecture {doc}`monetarist theory of price levels <cagan_ree>`.
20
20
21
-
We'll use linear algebra to do some experiments with an alternative "monetarist" or "fiscal" theory of the price level".
21
+
We'll use linear algebra to do some experiments with an alternative "monetarist" or "fiscal" theory of price levels".
22
22
23
-
Like the model in this lecture {doc}`monetarist theory of the price level <cagan_ree>`, the model asserts that when a government persistently spends more than it collects in taxes and prints money to finance the shortfall, it puts upward pressure on the price level and generates persistent inflation.
23
+
Like the model in this lecture {doc}`monetarist theory of price levels <cagan_ree>`, the model asserts that when a government persistently spends more than it collects in taxes and prints money to finance the shortfall, it puts upward pressure on the price level and generates persistent inflation.
24
24
25
-
Instead of the "perfect foresight" or "rational expectations" version of the model in this lecture {doc}`monetarist theory of the price level <cagan_ree>`, our model in the present lecture is an "adaptive expectations" version of a model that Philip Cagan {cite}`Cagan` used to study the monetary dynamics of hyperinflations.
25
+
Instead of the "perfect foresight" or "rational expectations" version of the model in this lecture {doc}`monetarist theory of price levels <cagan_ree>`, our model in the present lecture is an "adaptive expectations" version of a model that Philip Cagan {cite}`Cagan` used to study the monetary dynamics of hyperinflations.
26
26
27
27
It combines these components:
28
28
@@ -160,7 +160,7 @@ $$ (eq:eq2)
160
160
where the $(T+1) \times (T+2)$ matrix $C$ is defined implicitly to align this equation with the preceding
161
161
equation system.
162
162
163
-
## Harvesting returns from our matrix formulation
163
+
## Harvesting insights from our matrix formulation
164
164
165
165
We now have all of the ingredients we need to solve for $\pi$ as
166
166
a function of $\mu, \pi_0, \pi_0^*$.
@@ -442,7 +442,7 @@ So by comparing outcomes across the two lectures, we can learn about consequence
We invite the reader to compare outcomes with those under rational expectations studied in this lecture {doc}`monetarist theory of the price level <cagan_ree>`.
445
+
We invite the reader to compare outcomes with those under rational expectations studied in another lecture {doc}`monetarist theory of price levels <cagan_ree>`.
446
446
447
447
Please note how the actual inflation rate $\pi_t$ "overshoots" its ultimate steady-state value at the time of the sudden reduction in the rate of growth of the money supply at time $T_1$.
Copy file name to clipboardExpand all lines: lectures/cagan_ree.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,19 @@ kernelspec:
11
11
name: python3
12
12
---
13
13
14
-
# A Monetarist Theory of the Price Level
14
+
# A Monetarist Theory of Price Levels
15
15
16
16
## Introduction
17
17
18
18
19
-
We'll use linear algebra first to explain and then do some experiments with a "monetarist theory of the price level".
19
+
We'll use linear algebra first to explain and then do some experiments with a "monetarist theory of price levels".
20
20
21
-
Sometimes this theory is also called a "fiscal theory of the price level".
21
+
Sometimes this theory is also called a "fiscal theory of price levels".
22
22
23
-
Such a of the price level was described by Thomas Sargent and Neil Wallace in chapter 5 of
24
-
{cite}`sargent2013rational`, which reprints a 1981 article title "Unpleasant Monetarist Arithmetic".
23
+
Such a theory of price levels was described by Thomas Sargent and Neil Wallace in chapter 5 of
24
+
{cite}`sargent2013rational`, which reprints a 1981 Federal Reserve Bank of Minneapolis article entitled "Unpleasant Monetarist Arithmetic".
25
25
26
-
Sometimes people call it a "monetary" or "monetarist" theory of the price level because fiscal effects on the price level occur
27
-
through the effects of government fiscal policy decisions on the path of the money supply.
26
+
Sometimes people call it a "monetary" or "monetarist" theory of price levels because fiscal effects on price levels occur through the effects of government fiscal policy decisions on the path of the money supply.
28
27
29
28
* a goverment's fiscal policies determine whether it **expenditures** exceed its **tax collections**
30
29
* if its expenditures exceeds it tax collections, it can cover the difference by **printing money**
@@ -40,7 +39,7 @@ Elemental forces at work in the fiscal theory of the price level help to underst
40
39
According to this theory, when the government persistently spends more than it collects in taxes and prints money to finance the shortfall (the "shortfall" is called the "government deficit"), it puts upward pressure on the price level and generates
41
40
persistent inflation.
42
41
43
-
The "monetarist or fiscal theory of the price level" asserts that
42
+
The "monetarist or fiscal theory of price levels" asserts that
44
43
45
44
* to **start** a persistent inflation the government simply persistently runs a money-financed government deficit
@@ -404,10 +403,12 @@ was completely unanticipated.
404
403
405
404
At time $T_1$ when the "surprise" money growth rate change occurs, to satisfy
406
405
equation {eq}`eq:pformula2`, the log of real balances jumps
407
-
**upward* as $\pi_t$ jumps **downward**.
406
+
**upward** as $\pi_t$ jumps **downward**.
408
407
409
408
But in order for $m_t - p_t$ to jump, which variable jumps, $m_{T_1}$ or $p_{T_1}$?
410
409
410
+
We'll study that interesting question next.
411
+
411
412
### What jumps?
412
413
413
414
What jumps at $T_1$?
@@ -677,7 +678,7 @@ The following code does the calculations and plots the results.
677
678
```
678
679
## Sequel
679
680
680
-
This lecture {doc}`monetarist theory of the price level with adaptive expectations <cagan_adaptive>` describes an "adaptive expectations" version of Cagan's model.
681
+
Another lecture {doc}`monetarist theory of price levels with adaptive expectations <cagan_adaptive>` describes an "adaptive expectations" version of Cagan's model.
681
682
682
683
The dynamics become more complicated and so does the algebra.
0 commit comments