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/tax_smoothing_2.md
+65-51
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,11 @@ kernelspec:
23
23
24
24
# How to Pay for a War: Part 2
25
25
26
-
In addition to what's in Anaconda, this lecture deploys the quantecon library:
27
26
28
-
```{code-cell} ipython
29
-
---
30
-
tags: [hide-output]
31
-
---
32
-
!pip install --upgrade quantecon
33
-
```
27
+
## Overview
34
28
35
-
## An Application of Markov Jump Linear Quadratic Dynamic Programming
29
+
This lecture presents another application of Markov jump linear quadratic dynamic programming and constitutes a {doc}`sequel to an earlier lecture <tax_smoothing_1>`.
36
30
37
-
This is a {doc}`sequel to an earlier lecture <tax_smoothing_1>`.
38
31
39
32
We use a method introduced in lecture {doc}`Markov Jump LQ dynamic programming <markov_jump_lq>` to
40
33
implement suggestions by Barro (1999 {cite}`barro1999determinants`, 2003 {cite}`barro2003religion`) for extending his
@@ -69,6 +62,17 @@ We assume
69
62
- that interest rates on those bonds are time-varying and in particular are
70
63
governed by a jointly stationary stochastic process.
71
64
65
+
66
+
67
+
In addition to what's in Anaconda, this lecture deploys the quantecon library:
68
+
69
+
```{code-cell} ipython
70
+
---
71
+
tags: [hide-output]
72
+
---
73
+
!pip install --upgrade quantecon
74
+
```
75
+
72
76
Let's start with some standard imports:
73
77
74
78
```{code-cell} ipython
@@ -90,12 +94,18 @@ We’ll describe two possible specifications
90
94
91
95
## One- and Two-period Bonds but No Restructuring
92
96
93
-
Let $T_t$ denote tax collections, $\beta$ a discount factor,
94
-
$b_{t,t+1}$ time $t+1$ goods that the government promises to
95
-
pay at $t$, $b_{t,t+2}$ time $t+2$ goods that the
96
-
government promises to pay at time $t$, $G_t$ government
97
-
purchases, $p_{t,t+1}$ the number of time $t$ goods received
98
-
per time $t+1$ goods promised, and $p_{t,t+2}$ the number of
97
+
Let
98
+
* $T_t$ denote tax collections
99
+
* $\beta$ be a discount factor
100
+
* $b_{t,t+1}$ be time $t+1$ goods that the government promises to
101
+
pay at $t$
102
+
* $b_{t,t+2}$ betime $t+2$ goods that the
103
+
government promises to pay at time $t$
104
+
* $G_t$ be government
105
+
purchases
106
+
* $p_{t,t+1}$ be the number of time $t$ goods received
107
+
per time $t+1$ goods promised
108
+
* $p_{t,t+2}$ be the number of
99
109
time $t$ goods received per time $t+2$ goods promised.
100
110
101
111
Evidently, $p_{t, t+1}, p_{t,t+2}$ are inversely related to
0 commit comments