Skip to content

Commit

Permalink
Tom's Nov 30 edits of two intro lectures on price level theory
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassargent30 committed Dec 1, 2023
1 parent 7274f15 commit ad1aa9c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
14 changes: 7 additions & 7 deletions lectures/cagan_adaptive.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ kernelspec:
name: python3
---

# A Monetarist Theory of Price Level with Adaptive Expectations
# A Monetarist Theory of Price Levels with Adaptive Expectations

## Introduction


This lecture is a sequel or prequel to this lecture {doc}`monetarist theory of the price level <cagan_ree>`.
This lecture is a sequel or prequel to another lecture {doc}`monetarist theory of price levels <cagan_ree>`.

We'll use linear algebra to do some experiments with an alternative "monetarist" or "fiscal" theory of the price level".
We'll use linear algebra to do some experiments with an alternative "monetarist" or "fiscal" theory of price levels".

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.
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.

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.
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.

It combines these components:

Expand Down Expand Up @@ -160,7 +160,7 @@ $$ (eq:eq2)
where the $(T+1) \times (T+2)$ matrix $C$ is defined implicitly to align this equation with the preceding
equation system.
## Harvesting returns from our matrix formulation
## Harvesting insights from our matrix formulation
We now have all of the ingredients we need to solve for $\pi$ as
a function of $\mu, \pi_0, \pi_0^*$.
Expand Down Expand Up @@ -442,7 +442,7 @@ So by comparing outcomes across the two lectures, we can learn about consequence
π_seq_1, Eπ_seq_1, m_seq_1, p_seq_1 = solve_and_plot(md, μ_seq_1)
```
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>`.
We invite the reader to compare outcomes with those under rational expectations studied in another lecture {doc}`monetarist theory of price levels <cagan_ree>`.
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$.
Expand Down
23 changes: 12 additions & 11 deletions lectures/cagan_ree.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ kernelspec:
name: python3
---

# A Monetarist Theory of the Price Level
# A Monetarist Theory of Price Levels

## Introduction


We'll use linear algebra first to explain and then do some experiments with a "monetarist theory of the price level".
We'll use linear algebra first to explain and then do some experiments with a "monetarist theory of price levels".

Sometimes this theory is also called a "fiscal theory of the price level".
Sometimes this theory is also called a "fiscal theory of price levels".

Such a of the price level was described by Thomas Sargent and Neil Wallace in chapter 5 of
{cite}`sargent2013rational`, which reprints a 1981 article title "Unpleasant Monetarist Arithmetic".
Such a theory of price levels was described by Thomas Sargent and Neil Wallace in chapter 5 of
{cite}`sargent2013rational`, which reprints a 1981 Federal Reserve Bank of Minneapolis article entitled "Unpleasant Monetarist Arithmetic".

Sometimes people call it a "monetary" or "monetarist" theory of the price level because fiscal effects on the price level occur
through the effects of government fiscal policy decisions on the path of the money supply.
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.

* a goverment's fiscal policies determine whether it **expenditures** exceed its **tax collections**
* if its expenditures exceeds it tax collections, it can cover the difference by **printing money**
Expand All @@ -40,7 +39,7 @@ Elemental forces at work in the fiscal theory of the price level help to underst
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
persistent inflation.

The "monetarist or fiscal theory of the price level" asserts that
The "monetarist or fiscal theory of price levels" asserts that

* to **start** a persistent inflation the government simply persistently runs a money-financed government deficit

Expand Down Expand Up @@ -142,7 +141,7 @@ $$
\begin{bmatrix} 1 & -\delta & 0 & 0 & \cdots & 0 & 0 \cr
0 & 1 & -\delta & 0 & \cdots & 0 & 0 \cr
0 & 0 & 1 & -\delta & \cdots & 0 & 0 \cr
\vdots & \vdots & \vdots & \vdots & \vdots & 0 & 0 \cr
\vdots & \vdots & \vdots & \vdots & \vdots & -\delta & 0 \cr
0 & 0 & 0 & 0 & \cdots & 1 & -\delta \cr
0 & 0 & 0 & 0 & \cdots & 0 & 1 \end{bmatrix}
\begin{bmatrix} \pi_0 \cr \pi_1 \cr \pi_2 \cr \vdots \cr \pi_{T-1} \cr \pi_T
Expand Down Expand Up @@ -404,10 +403,12 @@ was completely unanticipated.
At time $T_1$ when the "surprise" money growth rate change occurs, to satisfy
equation {eq}`eq:pformula2`, the log of real balances jumps
**upward* as $\pi_t$ jumps **downward**.
**upward** as $\pi_t$ jumps **downward**.
But in order for $m_t - p_t$ to jump, which variable jumps, $m_{T_1}$ or $p_{T_1}$?
We'll study that interesting question next.
### What jumps?
What jumps at $T_1$?
Expand Down Expand Up @@ -677,7 +678,7 @@ The following code does the calculations and plots the results.
```
## Sequel
This lecture {doc}`monetarist theory of the price level with adaptive expectations <cagan_adaptive>` describes an "adaptive expectations" version of Cagan's model.
Another lecture {doc}`monetarist theory of price levels with adaptive expectations <cagan_adaptive>` describes an "adaptive expectations" version of Cagan's model.
The dynamics become more complicated and so does the algebra.
Expand Down

1 comment on commit ad1aa9c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.