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/rational_expectations.md
+40-16Lines changed: 40 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ This lecture introduces the concept of a *rational expectations equilibrium*.
44
44
To illustrate it, we describe a linear quadratic version of a model
45
45
due to Lucas and Prescott {cite}`LucasPrescott1971`.
46
46
47
-
This 1971 paper is one of a small number of research articles that ignited the*rational expectations revolution*.
47
+
That 1971 paper is one of a small number of research articles that ignited a*rational expectations revolution*.
48
48
49
-
We follow Lucas and Prescott by employing a setting that is readily "Bellmanized" (i.e., capable of being formulated in terms of dynamic programming problems).
49
+
We follow Lucas and Prescott by employing a setting that is readily "Bellmanized" (i.e., susceptible to being formulated as a dynamic programming problems.
50
50
51
51
Because we use linear quadratic setups for demand and costs, we can deploy the LQ programming techniques described in {doc}`this lecture <lqcontrol>`.
52
52
@@ -79,11 +79,11 @@ We'll also use the LQ class from `QuantEcon.py`.
79
79
from quantecon import LQ
80
80
```
81
81
82
-
### The Big Y, Little y Trick
82
+
### The Big Y, little y Trick
83
83
84
-
This widely used method applies in contexts in which a "representative firm" or agent is a "price taker" operating within a competitive equilibrium.
84
+
This widely used method applies in contexts in which a **representative firm** or agent is a "price taker" operating within a competitive equilibrium.
85
85
86
-
The following setting justifies the concept of a representative firm.
86
+
The following setting justifies the concept of a representative firm that stands in for a large number of other firms too.
87
87
88
88
There is a uniform unit measure of identical firms named $\omega \in \Omega = [0,1]$.
89
89
@@ -93,7 +93,7 @@ The output of all firms is $Y = \int_{0}^1 y(\omega) d \, \omega $.
93
93
94
94
All firms end up choosing to produce the same output, so that at the end of the day $ y(\omega) = y $ and $Y =y = \int_{0}^1 y(\omega) d \, \omega $.
95
95
96
-
This setting allows us to speak of a ``representative firm'' that chooses to produce $y$.
96
+
This setting allows us to speak of a representative firm that chooses to produce $y$.
97
97
98
98
We want to impose that
99
99
@@ -109,7 +109,7 @@ Please watch for how this strategy is applied as the lecture unfolds.
109
109
110
110
We begin by applying the Big $Y$, little $y$ trick in a very simple static context.
111
111
112
-
#### A Simple Static Example of the Big Y, Little y Trick
112
+
#### A Simple Static Example of the Big Y, little y Trick
113
113
114
114
Consider a static model in which a unit measure of firms produce a homogeneous good that is sold in a competitive market.
115
115
@@ -177,6 +177,30 @@ to be solved for the competitive equilibrium market-wide output $Y$.
177
177
178
178
After solving for $Y$, we can compute the competitive equilibrium price $p$ from the inverse demand curve {eq}`ree_comp3d_static`.
179
179
180
+
### Related Planning Problem
181
+
182
+
Define **consumer surplus** as the area under the inverse demand curve:
@@ -391,11 +415,11 @@ Thus, a rational expectations equilibrium equates the perceived and actual laws
391
415
392
416
As we've seen, the firm's optimum problem induces a mapping $\Phi$ from a perceived law of motion $H$ for market-wide output to an actual law of motion $\Phi(H)$.
393
417
394
-
The mapping $\Phi$ is the composition of two operations, taking a perceived law of motion into a decision rule via {eq}`comp4`--{eq}`ree_opbe`, and a decision rule into an actual law via {eq}`ree_comp9a`.
418
+
The mapping $\Phi$ is the composition of two mappings, the first of which maps a perceived law of motion into a decision rule via {eq}`comp4`--{eq}`ree_opbe`, the second of which maps a decision rule into an actual law via {eq}`ree_comp9a`.
395
419
396
420
The $H$ component of a rational expectations equilibrium is a fixed point of $\Phi$.
0 commit comments