@@ -42,7 +42,7 @@ import matplotlib.pyplot as plt
42
42
from graphviz import Digraph
43
43
```
44
44
45
- ## The Model
45
+ ## The Lake model
46
46
47
47
This model is sometimes called the ** lake model** because there are two pools of workers:
48
48
@@ -131,7 +131,7 @@ What long-run unemployment rate and employment rate should we expect?
131
131
132
132
Do long-run outcomes depend on the initial values $(u_0, e_o)$?
133
133
134
- ### Visualising the Long-Run Outcomes
134
+ ### Visualising the long-run outcomes
135
135
136
136
Let us first plot the time series of unemployment $u_t$, employment $e_t$, and labor force $n_t$.
137
137
@@ -248,7 +248,7 @@ Hence, the growth rate of $n_t$ is fixed at $1 + b - d$.
248
248
249
249
Moreover, the times series of unemployment and employment seems to grow at some stable rates in the long run.
250
250
251
- ### The Application of Perron -Frobenius Theorem
251
+ ### The application of erron -Frobenius theorem
252
252
253
253
Since by intuition if we consider unemployment pool and employment pool as a closed system, the growth should be similar to the labor force.
254
254
@@ -267,7 +267,7 @@ $x_{t+1} = Ax_t$ or in short $x_t = A^tx_0$.
267
267
This theorem helps characterise the dominant eigenvalue $r(A)$ which
268
268
determines the behavior of this iterative process.
269
269
270
- #### Dominant Eigenvector
270
+ #### Dominant eigenvector
271
271
272
272
We now illustrate the power of the Perron-Frobenius theorem by showing how it
273
273
helps us to analyze the lake model.
@@ -415,7 +415,7 @@ The graph illustrates that for two distinct initial conditions $x_0$ the sequenc
415
415
416
416
This suggests that all such sequences share strong similarities in the long run, determined by the dominant eigenvector $\bar{x}$.
417
417
418
- #### Negative Growth Rate
418
+ #### Negative growth rate
419
419
420
420
In the example illustrated above we considered parameters such that overall growth rate of the labor force $g>0$.
421
421
0 commit comments