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/cons_smooth.md
+49-46
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,30 @@ jupytext:
4
4
extension: .md
5
5
format_name: myst
6
6
format_version: 0.13
7
-
jupytext_version: 1.16.1
7
+
jupytext_version: 1.16.4
8
8
kernelspec:
9
9
display_name: Python 3 (ipykernel)
10
10
language: python
11
11
name: python3
12
12
---
13
13
14
-
15
14
# Consumption Smoothing
16
15
17
16
## Overview
18
17
19
18
20
19
In this lecture, we'll study a famous model of the "consumption function" that Milton Friedman {cite}`Friedman1956` and Robert Hall {cite}`Hall1978`) proposed to fit some empirical data patterns that the original Keynesian consumption function described in this QuantEcon lecture {doc}`geometric series <geom_series>` missed.
21
20
22
-
In this lecture, we'll study what is often called the "consumption-smoothing model" using matrix multiplication and matrix inversion, the same tools that we used in this QuantEcon lecture {doc}`present values <pv>`.
21
+
We'll study what is often called the "consumption-smoothing model."
22
+
23
+
We'll use matrix multiplication and matrix inversion, the same tools that we used in this QuantEcon lecture {doc}`present values <pv>`.
23
24
24
25
Formulas presented in {doc}`present value formulas<pv>` are at the core of the consumption-smoothing model because we shall use them to define a consumer's "human wealth".
25
26
26
27
The key idea that inspired Milton Friedman was that a person's non-financial income, i.e., his or
27
-
her wages from working, could be viewed as a dividend stream from that person's ''human capital''
28
-
and that standard asset-pricing formulas could be applied to compute a person's
29
-
''non-financial wealth'' that capitalizes the earnings stream.
28
+
her wages from working, can be viewed as a dividend stream from ''human capital''
29
+
and that standard asset-pricing formulas can be applied to compute
30
+
''non-financial wealth'' that capitalizes that earnings stream.
30
31
31
32
```{note}
32
33
As we'll see in this QuantEcon lecture {doc}`equalizing difference model <equalizing_difference>`,
@@ -47,16 +48,15 @@ import matplotlib.pyplot as plt
47
48
from collections import namedtuple
48
49
```
49
50
50
-
51
51
The model describes a consumer who lives from time $t=0, 1, \ldots, T$, receives a stream $\{y_t\}_{t=0}^T$ of non-financial income and chooses a consumption stream $\{c_t\}_{t=0}^T$.
52
52
53
-
We usually think of the non-financial income stream as coming from the person's salary from supplying labor.
53
+
We usually think of the non-financial income stream as coming from the person's earnings from supplying labor.
54
54
55
-
The model takes a non-financial income stream as an input, regarding it as "exogenous" in the sense of not being determined by the model.
55
+
The model takes a non-financial income stream as an input, regarding it as "exogenous" in the sense that it is determined outside the model.
56
56
57
-
The consumer faces a gross interest rate of $R >1$ that is constant over time, at which she is free to borrow or lend, up to limits that we'll describe below.
57
+
The consumer faces a gross interest rate of $R >1$ that is constant over time, at which she is free to borrow or lend, up to limits that we'll describe below.
58
58
59
-
To set up the model, let
59
+
Let
60
60
61
61
* $T \geq 2$ be a positive integer that constitutes a time-horizon.
62
62
* $y = \{y_t\}_{t=0}^T$ be an exogenous sequence of non-negative non-financial incomes $y_t$.
@@ -130,7 +130,10 @@ By **smoother** we mean as close as possible to being constant over time.
130
130
131
131
The preference for smooth consumption paths that is built into the model gives it the name "consumption-smoothing model".
132
132
133
-
Let's dive in and do some calculations that will help us understand how the model works.
133
+
We'll postpone verifying our claim that a constant consumption path is optimal when $\beta R=1$
134
+
by comparing welfare levels that comes from a constant path with ones that involve non-constant paths.
135
+
136
+
Before doing that, let's dive in and do some calculations that will help us understand how the model works in practice when we provide the consumer with some different streams on non-financial income.
134
137
135
138
Here we use default parameters $R = 1.05$, $g_1 = 1$, $g_2 = 1/2$, and $T = 65$.
We visualize variations for $\xi_1 \in \{.01, .05\}$ and $\phi \in \{.95, 1.02\}$
559
567
560
568
```{code-cell} ipython3
@@ -591,10 +599,9 @@ plt.ylabel(r'$c_t$')
591
599
plt.show()
592
600
```
593
601
594
-
595
602
We can even use the Python `np.gradient` command to compute derivatives of welfare with respect to our two parameters.
596
603
597
-
We are teaching the key idea beneath the **calculus of variations**.
604
+
(We are actually discovering the key idea beneath the **calculus of variations**.)
598
605
599
606
First, we define the welfare with respect to $\xi_1$ and $\phi$
600
607
@@ -615,7 +622,6 @@ def welfare_rel(ξ1, ϕ):
615
622
welfare_vec = np.vectorize(welfare_rel)
616
623
```
617
624
618
-
619
625
Then we can visualize the relationship between welfare and $\xi_1$ and compute its derivatives
620
626
621
627
```{code-cell} ipython3
@@ -634,7 +640,6 @@ plt.xlabel(r'$\xi_1$')
634
640
plt.show()
635
641
```
636
642
637
-
638
643
The same can be done on $\phi$
639
644
640
645
```{code-cell} ipython3
@@ -655,14 +660,12 @@ plt.show()
655
660
656
661
## Wrapping up the consumption-smoothing model
657
662
658
-
The consumption-smoothing model of Milton Friedman {cite}`Friedman1956` and Robert Hall {cite}`Hall1978`) is a cornerstone of modern macro that has important ramifications for the size of the Keynesian "fiscal policy multiplier" described briefly in
663
+
The consumption-smoothing model of Milton Friedman {cite}`Friedman1956` and Robert Hall {cite}`Hall1978`) is a cornerstone of modern economics that has important ramifications for the size of the Keynesian "fiscal policy multiplier" that we described in
659
664
QuantEcon lecture {doc}`geometric series <geom_series>`.
660
665
661
-
In particular, it **lowers** the government expenditure multiplier relative to one implied by
662
-
the original Keynesian consumption function presented in {doc}`geometric series <geom_series>`.
666
+
The consumption-smoothingmodel **lowers** the government expenditure multiplier relative to one implied by the original Keynesian consumption function presented in {doc}`geometric series <geom_series>`.
663
667
664
-
Friedman's work opened the door to an enlightening literature on the aggregate consumption function and associated government expenditure multipliers that
665
-
remains active today.
668
+
Friedman's work opened the door to an enlightening literature on the aggregate consumption function and associated government expenditure multipliers that remains active today.
666
669
667
670
668
671
## Appendix: solving difference equations with linear algebra
0 commit comments