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
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ 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
@@ -47,7 +46,6 @@ import matplotlib.pyplot as plt
47
46
from collections import namedtuple
48
47
```
49
48
50
-
51
49
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
50
53
51
We usually think of the non-financial income stream as coming from the person's salary from supplying labor.
Copy file name to clipboardExpand all lines: lectures/tax_smooth.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -329,8 +329,6 @@ for ax in axes:
329
329
ax.legend()
330
330
ax.set_xlabel(r'$t$')
331
331
332
-
333
-
plt.xlabel(r'$t$')
334
332
plt.show()
335
333
```
336
334
@@ -386,7 +384,6 @@ def plot_ts(model, # tax-smoothing model
386
384
ax.set_xlabel(r'$t$')
387
385
388
386
389
-
plt.xlabel(r'$t$')
390
387
plt.show()
391
388
```
392
389
@@ -659,4 +656,15 @@ plt.plot(ξ1_arr, cost_grad)
659
656
plt.ylabel('derivative of cost')
660
657
plt.xlabel(r'$\phi$')
661
658
plt.show()
662
-
```
659
+
```
660
+
661
+
<!-- ## Wrapping up the consumption-smoothing model
662
+
663
+
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
664
+
QuantEcon lecture {doc}`geometric series <geom_series>`.
665
+
666
+
In particular, it **lowers** the government expenditure multiplier relative to one implied by
667
+
the original Keynesian consumption function presented in {doc}`geometric series <geom_series>`.
668
+
669
+
Friedman's work opened the door to an enlightening literature on the aggregate consumption function and associated government expenditure multipliers that
0 commit comments