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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ kernelspec:
29
29
30
30
{cite:t}`gorman1953community` described a class of models with preferences having the useful property that there exists a "representative household" in the sense that competitive equilibrium allocations can be computed in the following way:
31
31
32
-
* take the heterogeneous preferences of a diverse collection of households and from them synthesize the preferences of a single hypothetical "representative household"
33
-
*collect the endowments of all households and give them to the representative household
32
+
* take the heterogeneous preferences of a diverse collection of households and from them synthesize the preferences of a single "representative household"
33
+
*assign the endowments of all households to the representative household
34
34
* construct a competitive equilibrium allocation and price system for the representative agent economy
35
35
* at the competitive equilibrium price system, compute the wealth -- i.e., the present value -- of each household's initial endowment
36
36
* find a consumption plan for each household that maximizes its utility functional subject to the wealth that you computed in the previous step
37
37
38
38
39
-
This procedure allows us to compute the competitive equilibrium price system for our heterogeneous household economy *prior* to computing the
39
+
This procedure allows us to compute the competitive equilibrium price system for the heterogeneous household economy *prior* to computing the
40
40
competitive equilibrium allocation.
41
41
42
42
That substantially simplifies calculating a competitive equilibrium.
@@ -46,7 +46,7 @@ In general, computing a competitive equilibrium requires solving for the price s
46
46
```
47
47
48
48
49
-
Chapter 12 of {cite:t}`HansenSargent2013` described how to adapt the preference specifications of {cite:t}`gorman1953community`
49
+
Chapter 12 of {cite:t}`HansenSargent2013` described how to adapt preference specifications of {cite:t}`gorman1953community`
50
50
to a linear-quadratic class of environments.
51
51
52
52
@@ -300,7 +300,7 @@ This is exactly the form we will see in {eq}`eq:sharing_rule` below, except that
300
300
301
301
In the dynamic setting, we set the utility index $u^j$ equal to household $j$'s time-zero marginal utility of wealth $\mu_{0j}^w$, the Lagrange multiplier on the intertemporal budget constraint.
302
302
303
-
The ratio $\mu_{0j}^w / \mu_{0a}^w$ (where $\mu_{0a}^w = \sum_j \mu_{0j}^w$) then serves as the time-invariant Gorman weight that determines household $j$'s share of aggregate consumption in excess of baseline.
303
+
The ratio $\mu_{0j}^w / \mu_{0a}^w$ (where $\mu_{0a}^w = \sum_j \mu_{0j}^w$) then serves as the time-invariant Pareto weight that determines household $j$'s share of aggregate consumption in excess of baseline.
304
304
305
305
306
306
@@ -518,7 +518,7 @@ $$
518
518
519
519
so that $\sum_j \mu_j = 1$.
520
520
521
-
This is household $j$'s **Gorman weight**.
521
+
This is household $j$'s **Pareto weight**.
522
522
523
523
The allocation rule for consumption has the form
524
524
@@ -660,9 +660,9 @@ When preferences include durables or habits ($\Lambda \neq 0$), the deviation co
660
660
661
661
The code solves this as a linear-quadratic control problem using a scaling trick: multiplying the transition matrices by $\sqrt{\beta}$ converts the discounted problem into an undiscounted one that can be solved with a standard discrete algebraic Riccati equation.
662
662
663
-
#### Step 2: compute each Gorman weight
663
+
#### Step 2: compute each Pareto weight
664
664
665
-
We compute the Gorman weight $\mu_j$ using household $j$'s budget constraint.
665
+
We compute the Pareto weight $\mu_j$ from household $j$'s budget constraint.
666
666
667
667
We compute five present values:
668
668
@@ -758,7 +758,7 @@ def heter(
758
758
tol=1e-15,
759
759
):
760
760
"""
761
-
Compute household i selection matrices, the Gorman weight μ_i,
761
+
Compute household i selection matrices, the Pareto weight μ_i,
0 commit comments