@@ -82,7 +82,7 @@ import matplotlib.pyplot as plt
8282import scipy.linalg as la
8383```
8484
85- ### Relationship to Other Lectures
85+ ### Relationship to other lectures
8686
8787This lecture can be viewed as a followup to [ Optimal Savings II: LQ Techniques] ( https://python-intro.quantecon.org/perm_income_cons.html )
8888
@@ -115,7 +115,7 @@ These state-contingent securities are commonly called Arrow securities, after [K
115115In the ** incomplete markets version** , the consumer can buy and sell only one security each period, a risk-free one-period bond with gross
116116one-period return $\beta^{-1}$.
117117
118- ## Linear State Space Version of Complete Markets Model
118+ ## Linear state space version of complete markets model
119119
120120We'll study a complete markets model adapted to a setting with a continuous Markov state like that
121121in the [ first lecture on the permanent income model] ( https://python-intro.quantecon.org/perm_income.html ) .
@@ -344,7 +344,7 @@ ax[1].set_xlabel('Periods')
344344plt.show()
345345```
346346
347- ### Interpretation of Graph
347+ ### Interpretation of graph
348348
349349In the above graph, please note that:
350350
@@ -356,14 +356,14 @@ In the above graph, please note that:
356356 (meaning linear plus a constant) of the consumer's nonfinancial
357357 income.
358358
359- ### Incomplete Markets Version
359+ ### Incomplete markets version
360360
361361The incomplete markets version of the model with nonfinancial income being governed by a linear state space system
362362is described in [ permanent income model] ( https://python-intro.quantecon.org/perm_income_cons.html ) .
363363
364364In that incomplete markerts setting, consumption follows a random walk and the consumer's debt follows a process with a unit root.
365365
366- ### Finite State Markov Income Process
366+ ### Finite state Markov income process
367367
368368We now turn to a finite-state Markov version of the model in which the consumer's nonfinancial income is an exact function of a Markov state that
369369takes one of $N$ values.
@@ -408,7 +408,7 @@ u(c_t) = - (c_t -\gamma)^2
408408
409409Here $\gamma >0$ is a bliss level of consumption
410410
411- ### Market Structure
411+ ### Market structure
412412
413413Our complete and incomplete markets models differ in how thoroughly the market structure allows a
414414consumer to transfer resources across time and Markov states, there
@@ -421,7 +421,7 @@ Watch how these differences in opportunities affect
421421- how the consumer chooses to make his levels of indebtedness behave
422422 over time and across Markov states
423423
424- ## Model 1 (Complete Markets )
424+ ## Model 1 (complete markets )
425425
426426At each date $t \geq 0$, the consumer trades a full array of ** one-period ahead
427427Arrow securities** .
@@ -593,7 +593,7 @@ an equation that we can solve for the unknown $b(2)$.
593593
594594Knowing $b(1)$ and $b(2)$, we can solve equation {eq}` cs_5 ` for the constant level of consumption $\bar c$.
595595
596- ### Key Outcomes
596+ ### Key outcomes
597597
598598The preceding calculations indicate that in the complete markets version
599599of our model, we obtain the following striking results:
@@ -756,7 +756,7 @@ Below, we'll take the outcomes produced by this code -- in particular the implie
756756consumption and debt paths -- and compare them with outcomes
757757from an incomplete markets model in the spirit of Hall {cite}` Hall1978 `
758758
759- ## Model 2 (One-Period Risk-Free Debt Only )
759+ ## Model 2 (one-period risk-free debt only )
760760
761761This is a version of the original model of Hall (1978)
762762in which the consumer's ability to substitute intertemporally is
@@ -879,7 +879,7 @@ and the increment to debt is
879879b_{t+1} - b_t = \beta^{-1} [ (1- \beta) v(i) - y(i) ]
880880```
881881
882- ### Summary of Outcomes
882+ ### Summary of outcomes
883883
884884In contrast to outcomes in the complete markets model, in the incomplete
885885markets model
@@ -895,7 +895,7 @@ markets model
895895 current consumption on today's debt level account for the drift over
896896 time in consumption.
897897
898- ### The Incomplete Markets Model
898+ ### The incomplete markets model
899899
900900The code above also contains a function called ` consumption_incomplete() ` that uses {eq}` cs_12 ` and {eq}` cs_13 ` to
901901
0 commit comments