Skip to content

Commit d7bb291

Browse files
committed
Update tax_smoothing_2.md
1 parent df1b351 commit d7bb291

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lectures/tax_smoothing_2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We’ll describe two possible specifications
9191
- In the second, the government redesigns the maturity
9292
structure of the debt each period.
9393

94-
## One- and Two-period Bonds but No Restructuring
94+
## One- and two-period bonds but no restructuring
9595

9696
Let
9797
* $T_t$ denote tax collections
@@ -165,7 +165,7 @@ Below, we will often adopt the convention that for matrices appearing in a linea
165165
$A_t \equiv A_{s_t}, C_t \equiv C_{s_t}$ and so on, so that dependence on $t$ is always
166166
intermediated through the Markov state $s_t$.
167167

168-
## Mapping into an LQ Markov Jump Problem
168+
## Mapping into an LQ Markov jump problem
169169

170170
First, define
171171

@@ -387,7 +387,7 @@ With the above function, we can proceed to solve the model in two steps:
387387
1. Use the `LQMarkov` class to solve the resulting n-state Markov
388388
jump LQ problem.
389389

390-
## Penalty on Different Issues Across Maturities
390+
## Penalty on different issues across maturities
391391

392392
To implement a simple example of the two-period model, we assume that
393393
$G_t$ follows an AR(1) process:
@@ -528,7 +528,7 @@ ax2.set_xlabel('Time')
528528
plt.show()
529529
```
530530

531-
## A Model with Restructuring
531+
## A model with restructuring
532532

533533
We now alter two features of the previous model:
534534

@@ -699,7 +699,7 @@ $$
699699

700700
This completes the mapping into a Markov jump LQ problem.
701701

702-
## Restructuring as a Markov Jump Linear Quadratic Control Problem
702+
## Restructuring as a Markov jump linear quadratic control problem
703703

704704
We can define a function that maps the primitives
705705
of the model with restructuring into the matrices required by the `LQMarkov`
@@ -753,7 +753,7 @@ def LQ_markov_mapping_restruct(A22, C2, Ug, T, p_t, c=0):
753753
return A, B, C, R_c, Q_c, W_c
754754
```
755755

756-
### Example with Restructuring
756+
### Example with restructuring
757757

758758
As an example let $H = 3$.
759759

0 commit comments

Comments
 (0)