You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/gorman_heterogeneous_households.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ We make the following imports
76
76
import numpy as np
77
77
from scipy.linalg import solve_discrete_are
78
78
from quantecon import DLE
79
-
from quantecon._lqcontrol import LQ
79
+
from quantecon import LQ
80
80
import matplotlib.pyplot as plt
81
81
```
82
82
@@ -400,6 +400,7 @@ Here $\mathbb{E}_0$ is expectation conditional on time-zero information $\mathca
400
400
The prices are:
401
401
- $p_{0t}$: the time-0 Arrow-Debreu price vector for date-$t$ consumption goods (across states), so $p_{0t} \cdot c_{jt}$ is the time-0 value of date-$t$ consumption
402
402
- $w_{0t}$: the time-0 value of date-$t$ labor
403
+
- $\alpha_{0t}$: the time-0 price vector for date-$t$ endowments (dividends)
403
404
- $v_0$: the time-0 value of initial capital
404
405
405
406
These prices are determined in equilibrium.
@@ -485,7 +486,7 @@ These shadow prices correspond to competitive equilibrium prices.
485
486
(sharing_rules)=
486
487
### Consumption sharing rules
487
488
488
-
This section presents Gorman consumption sharing rules.
489
+
This section presents the Gorman consumption sharing rules.
489
490
490
491
Our preference specification is an infinite-dimensional generalization of the static Gorman setup described in {ref}`static_gorman`, where goods are indexed by both dates and states of the world.
491
492
@@ -635,7 +636,7 @@ For a fixed Lagrange multiplier $\mu_{0j}^w$ on the household's budget constrain
635
636
636
637
One could compute individual allocations by iterating to find the multiplier $\mu_{0j}^w$ that satisfies the budget constraint.
637
638
638
-
But there is a more elegant approach that uses our Gorman allocation rules.
639
+
But there is a more elegant approach that uses the Gorman allocation rules.
639
640
640
641
### Computing household allocations
641
642
@@ -908,7 +909,7 @@ def heter(
908
909
909
910
910
911
911
-
This section studies the special Section 12.6 {cite:t}`HansenSargent2013` case in which the Arrow-Debreu allocation can be implemented by opening competitive markets only in a mutual fund and a one-period bond.
912
+
This section studies the special case from Section 12.6 of {cite:t}`HansenSargent2013` in which the Arrow-Debreu allocation can be implemented by opening competitive markets only in a mutual fund and a one-period bond.
912
913
913
914
* So in our setting, we don't literally require that markets in a complete set of contingent claims be present.
914
915
@@ -1286,19 +1287,19 @@ $$
1286
1287
We set $b^i_t = 15$ for $i = 1, 2$, so the aggregate preference shock is $b_t = \sum_i b^i_t = 30$. The endowment processes are
1287
1288
1288
1289
$$
1289
-
d^1_t = 4 + 0.2\,w^1_t, \qquad
1290
+
d^1_t = 4 + 0.2\,\varepsilon^1_t, \qquad
1290
1291
d^2_t = 3 + \tilde{d}^2_t,
1291
1292
$$
1292
1293
1293
-
where $w^1_t$ is Gaussian white noise with variance $(0.2)^2$, and $\tilde{d}^2_t$ follows
1294
+
where $\varepsilon^1_t$ is standard Gaussian noise (so the idiosyncratic component has standard deviation $0.2$), and $\tilde{d}^2_t$ follows
with $w^2_t$ Gaussian white noise with variance $(0.25)^2$.
1300
+
with $\varepsilon^2_t$ also standard Gaussian noise (so the innovation has standard deviation $0.25$).
1300
1301
1301
-
Here $w^1_t$ and $w^2_t$ are components of the exogenous innovation vector driving $z_t$ and should not be confused with the wage-price sequence $w_{0t}$ in the household budget constraint.
1302
+
Here $\varepsilon^1_t$ and $\varepsilon^2_t$ are components of the exogenous innovation vector $w_{t+1}$ driving $z_t$ and should not be confused with the wage-price sequence $w_{0t}$ in the household budget constraint.
1302
1303
1303
1304
```{code-cell} ipython3
1304
1305
# Technology: c + i = γ_1 * k_{t-1} + d, with β = 1/(γ_1 + δ_k)
0 commit comments