Skip to content

Commit 6bcb40a

Browse files
committed
Update permanent_income_dles.md
1 parent 4050774 commit 6bcb40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/permanent_income_dles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ from quantecon import DLE
5757
np.set_printoptions(suppress=True, precision=4)
5858
```
5959

60-
## The Permanent Income Model
60+
## The permanent income model
6161

6262
The LQ permanent income model is an example of a **savings problem**.
6363

@@ -151,7 +151,7 @@ $$
151151
y_{t+1} = \alpha + \rho_1 y_t + \rho_2 y_{t-1} + \sigma w_{t+1}
152152
$$
153153

154-
### Solution with the DLE Class
154+
### Solution with the DLE class
155155

156156
One way of solving this model is to map the problem into the framework
157157
outlined in Section 4.8 of {cite}`HS2013` by setting up our technology,

0 commit comments

Comments
 (0)