tax_smoothing_2#
Series: lecture-dp
File:
lectures/tax_smoothing_2.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 7.5 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
H2 sentence case. |
Math |
6/10 |
|
Code |
8/10 |
Unicode Greek; pip install at top; PEP8; figsize 3×. |
JAX |
out of scope |
not a JAX lecture. |
Figures |
5/10 |
One |
References |
9/10 |
6 |
Links |
9/10 |
|
Admonitions |
N/A |
No exercises / proofs. |
Issues#
Critical#
None found.
High severity#
[qe-fig-006] — Nine Title-Case
xlabel('Time')axis labels. Lines: 477, 480, 524, 527, 822, 825, 828, 831, 842.
Medium severity#
[qe-math-011 (proposed)] — Multivariate normal written as
{\cal N}(0,I)(line 142).[qe-math-010 (proposed)] — Bare
E_0for expectation in display equation (line 122). Should be\mathbb{E}_0.[qe-math-001] —
\crrow separator used throughoutalignedblocks. Lines: 129-138, 181-185, and many more.[qe-fig-003] —
ax.set_title('One-period debt issuance share')(line 841).[qe-fig-001] —
figsize=set 3 times.
Low severity#
[qe-writing-009 (proposed)] — Smart quotes ” “ used in narrative (lines 155, 178).
[qe-writing-001] — Some long paragraphs (e.g. 32-37, 53-62).
Strengths#
Lecture title in correct Title Case.
H2 headings sentence case (“Overview”, “Two example specifications”, “One- and two-period bonds but no restructuring”, “Mapping into an LQ Markov jump problem”, “Penalty on different issues across maturities”, “A model with restructuring”, “Restructuring as a Markov jump linear quadratic control problem”, “Example with restructuring”).
Matrices use
bmatrix(28 matrix blocks).Equation labels used cleanly.
“IID”/Greek-letter conventions consistent.
No
\tag, no bold vectors, noalign-inside-$$issues.pip install at top; Unicode Greek;
{doc}used.
Recommended actions#
Lowercase
'Time'axis labels (9 occurrences) — biggest single fix for figures.Replace
{\cal N}with plainN.Replace bare
E_0with\mathbb{E}_0.Replace
\crwith\\insidealigned.Remove the
ax.set_title('One-period debt issuance share')call.Normalise smart-quotes.