Skip to content

Commit f80dbba

Browse files
committed
update_lake_model
1 parent ad34d53 commit f80dbba

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lectures/lake_model.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,19 @@ Moreover, the long run uneumploment and employment are a steady fraction of $n_t
375375

376376
The latter implies that $\bar{u}$ amd $\bar{e}$ are long run unemployment rate and employment rate, respectively.
377377

378-
In detail, we have the unemployment rates and employment rates: $x_t / n_t = A^t n_0 / n_t \approx \bar{x}$.
378+
In detail, we have the unemployment rates and employment rates: $x_t / n_t = A^t n_0 / n_t \approx \bar{x}$ as $t \to \infty$.
379+
380+
In other words, if we define matrix $\hat{A} := A / (1+g)$, then the dynamics of rates follow
381+
382+
$$\frac{x_{t+1}}{n_{t+1}} = \frac{x_{t+1}}{(1+g) n_{t}} = \frac{A x_t}{(1+g)n_t} = \hat{A} \frac{x_t}{n_t}.$$
383+
384+
Observe that the column sums of $\hat{A}$ are all one so that $r(\hat{A})=1$.
385+
386+
One can check that $\bar{x}$ is also the right eigen vector of $\hat{A}$ corresponding to $r(\hat{A})$ that $\bar{x} = \hat{A} \bar{x}$.
387+
388+
Moreover, $\hat{A}^t r_0 \to \bar{x}$ as $t \to \infty$ for any $r_0 = x_0 / n_0$, since Perron-Frobenius theorem implies
389+
390+
$$\hat{A}^t r_0 = (1+g)^{-t} A^t r_0 = r(A)^{-t} A^t r_0 \to \begin{pmatrix} \bar{u} & \bar{u} \\ \bar{e} & \bar{e} \end{pmatrix} r_0 = \begin{pmatrix} \bar{u} \\ \bar{e} \end{pmatrix}. $$
379391

380392
This is illustrated below.
381393

0 commit comments

Comments
 (0)