tax_smoothing_3#
Series: lecture-dp
File:
lectures/tax_smoothing_3.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 7.8 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
H2 sentence case. |
Math |
7/10 |
|
Code |
8/10 |
Unicode Greek; pip install at top; PEP8; figsize 2×. |
JAX |
out of scope |
not a JAX lecture. |
Figures |
6/10 |
4 Title-Case |
References |
9/10 |
4 |
Links |
9/10 |
|
Admonitions |
N/A |
No exercises / proofs. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-011 (proposed)] — Multivariate normal written as
{\cal N}(0,I)(line 97).[qe-math-010 (proposed)] — Bare
E_0for expectation in display equation (line 80). Should be\mathbb{E}_0.[qe-fig-006] — Four Title-Case
xlabel('Time'). Lines: 276, 279, 317, 320.
Low severity#
[qe-writing-009 (proposed)] — Smart quotes ” “ used in narrative (lines 107, 145, 160, 170).
[qe-writing-001] — A few multi-sentence paragraphs.
[qe-fig-001] —
figsize=set 2 times.
Strengths#
Lecture title in correct Title Case.
All H2 headings sentence case (“Overview”, “Roll-over risk”, “A dead end”, “Better representation of roll-over risk”).
Definitions bolded (“roll-over risk”).
“IID”/Greek-letter conventions consistent.
No transpose, no bold vectors, no matrix-bracket, no
\tag, noalign-inside-$$issues.pip install at top; Unicode Greek in code.
{doc}used for cross-series.No matplotlib titles, no spine issues.
Recommended actions#
Lowercase
'Time'axis labels.Replace
{\cal N}with plainN.Replace bare
E_0with\mathbb{E}_0.Normalise smart-quotes.