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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ kernelspec:
27
27
28
28
## Overview
29
29
30
-
{cite:t}`gorman1953community` described a class of environments 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:
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
32
* take the heterogeneous preferences of a diverse collection of households and from them synthesize the preferences of a single hypothetical "representative household"
33
33
* collect the endowments of all households and give them to the representative household
@@ -63,13 +63,13 @@ After that, we can use some of our DLE tools to compute competitive equilibrium
63
63
* prices without knowing the allocation of consumption to individual households
64
64
* households' individual wealth levels
65
65
* households' consumption levels
66
-
*
66
+
67
67
Thus, this lecture builds on tools and Python code described in {doc}`hs_recursive_models`, {doc}`growth_in_dles`, and {doc}`irfs_in_hall_model`.
68
68
69
69
70
70
71
71
72
-
In a little more detail, when conditions for Gorman aggregation of preferences are satisfied, we can compute a competitive equilibrium of heterogeneous-household economy in two steps: solve a representative-agent linear-quadratic planning problem for aggregates, then recover household allocations via a sharing-formula that makes each household's consumption a household-specific constant share of aggregate consumption.
72
+
In a little more detail, when conditions for Gorman aggregation of preferences are satisfied, we can compute a competitive equilibrium of a heterogeneous-household economy in two steps: solve a representative-agent linear-quadratic planning problem for aggregates, then recover household allocations via a sharing-formula that makes each household's consumption a household-specific constant share of aggregate consumption.
73
73
74
74
* a household's share parameter will depend on the implicit Pareto weight implied by the initial distribution of endowment.
75
75
@@ -452,7 +452,7 @@ Under the Gorman/LQ restrictions, we can compute equilibrium prices and aggregat
452
452
453
453
* these equations will not be sufficient to determine the allocation of aggregate consumption among individual households.
454
454
455
-
Posing a social planning problem for a representative problem is thus a device for computing the correct *aggregate* allocation along with correct competitive equilibrium prices.
455
+
Posing a social planning problem for a representative agent is thus a device for computing the correct *aggregate* allocation along with correct competitive equilibrium prices.
456
456
457
457
The social planner in our representative agent economy maximizes
label=f'Mean across {d_households.shape[0]} households', alpha=0.8)
1923
1923
1924
-
axes[1].set_xlabel('Time (after burn-in)')
1925
-
axes[1].set_ylabel('Endowment')
1926
1924
axes[1].set_title(f'Average of Individual Household Endowments')
1925
+
axes[1].set_xlabel('time (after burn-in)')
1926
+
axes[1].set_ylabel('endowment')
1927
1927
axes[1].legend(loc='upper right', ncol=2)
1928
1928
1929
1929
plt.tight_layout()
@@ -1935,8 +1935,7 @@ Indeed, the average of individual household endowments tracks the aggregate endo
1935
1935
1936
1936
## Redistributing by adjusting Pareto weights
1937
1937
1938
-
This section analyzes Pareto-efficient tax-and-transfer schemes by starting with competitive equilibrium allocations and using a specific
1939
-
a set of nonnegative Pareto weights that sum to one.
1938
+
This section analyzes Pareto-efficient tax-and-transfer schemes by starting with competitive equilibrium allocations and using a specific set of nonnegative Pareto weights that sum to one.
1940
1939
1941
1940
```{note}
1942
1941
There are various tax-and-transfer schemes that would deliver such efficient redistributions, but in terms of what interests us in this example, they are all equivalent.
0 commit comments