@@ -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
9696Let
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
166166intermediated through the Markov state $s_t$.
167167
168- ## Mapping into an LQ Markov Jump Problem
168+ ## Mapping into an LQ Markov jump problem
169169
170170First, define
171171
@@ -387,7 +387,7 @@ With the above function, we can proceed to solve the model in two steps:
3873871 . 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
392392To 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')
528528plt.show()
529529```
530530
531- ## A Model with Restructuring
531+ ## A model with restructuring
532532
533533We now alter two features of the previous model:
534534
699699
700700This 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
704704We can define a function that maps the primitives
705705of 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
758758As an example let $H = 3$.
759759
0 commit comments