Skip to content

Commit aa7d828

Browse files
committed
Revise the lecture theory content
1 parent b90fc02 commit aa7d828

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

lectures/rational_expectations.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ where $Y_0$ is a known initial condition.
311311

312312
The **belief function** $H$ is an equilibrium object, and hence remains to be determined.
313313

314+
Because of this, at this stage $Y_{t+1}$ only means the perceived output in the next period, $Y^e_{t+1}$.
315+
314316
#### Optimal Behavior Given Beliefs
315317

316318
For now, let's fix a particular belief $H$ in {eq}`ree_hlom` and investigate the firm's response to it.
@@ -364,12 +366,14 @@ $$
364366
v_y(y,Y) = a_0 - a_1 Y + \gamma (y' - y)
365367
$$
366368

369+
and equivalently, $v_y(y', H(Y)) = a_0 - a_1 H(Y) +\gamma (y'' - y')$
370+
367371
Substituting this equation into {eq}`comp5` gives the **Euler equation**
368372

369373
```{math}
370374
:label: ree_comp7
371375
372-
-\gamma (y_{t+1} - y_t) + \beta [a_0 - a_1 Y_{t+1} + \gamma (y_{t+2} - y_{t+1} )] =0
376+
-\gamma (y_{t+1} - y_t) + \beta [a_0 - a_1 H(Y_t) + \gamma (y_{t+2} - y_{t+1} )] =0
373377
```
374378

375379
The firm optimally sets an output path that satisfies {eq}`ree_comp7`, taking {eq}`ree_hlom` as given, and subject to
@@ -434,6 +438,10 @@ Indeed, there is no guarantee that direct iterations on $\Phi$ converge [^fn_im]
434438

435439
There are examples in which these iterations diverge.
436440

441+
To see this intuively from Blackwell's sufficient condition, let us assume there are two beliefs $H_a(Y) > H_b(Y)$ for any $Y$.
442+
443+
Then by Euler equation {eq}`ree_comp7`, the optimal $y_{t+1} = h(Y_t, Y_t)$ decreases as $H$ increases, which indicates the monotoncity required in the Blackwell's condition is not satisfied.
444+
437445
Fortunately, another method works here.
438446

439447
The method exploits a connection between equilibrium and Pareto optimality expressed in
@@ -700,6 +708,14 @@ Y_{t+1}
700708
= n 96.949 + (1 - n 0.046) Y_t
701709
$$
702710

711+
For the case of a unit measure of firms,
712+
$$
713+
\begin{aligned}
714+
\int_0^1 y_{t+1}(\omega)\, d\omega &= h_0 + h_1 \int_0^1 y_{t}(\omega)\, dω + h_2 Y_t \\
715+
Y_{t+1} &= h_0 + h_1 Y_t + h_2 Y_t \\
716+
Y_{t+1} &= 96.949 + (1 - 0.046) Y_t
717+
\end{aligned}
718+
$$
703719
```{solution-end}
704720
```
705721

0 commit comments

Comments
 (0)