We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4050774 commit 6bcb40aCopy full SHA for 6bcb40a
lectures/permanent_income_dles.md
@@ -57,7 +57,7 @@ from quantecon import DLE
57
np.set_printoptions(suppress=True, precision=4)
58
```
59
60
-## The Permanent Income Model
+## The permanent income model
61
62
The LQ permanent income model is an example of a **savings problem**.
63
@@ -151,7 +151,7 @@ $$
151
y_{t+1} = \alpha + \rho_1 y_t + \rho_2 y_{t-1} + \sigma w_{t+1}
152
$$
153
154
-### Solution with the DLE Class
+### Solution with the DLE class
155
156
One way of solving this model is to map the problem into the framework
157
outlined in Section 4.8 of {cite}`HS2013` by setting up our technology,
0 commit comments