tax_smoothing_3#
Series: lecture-python-advanced.myst
File:
lectures/tax_smoothing_3.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.6 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Generally one-sentence paragraphs; title in Title Case; subheadings sentence case. |
Math |
5/10 |
Bare |
Code |
8/10 |
Mostly unicode Greek; install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
2 |
References |
8/10 |
4 |
Links |
8/10 |
4 |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-010 (proposed)] — Bare
E_0for expectation. Example:lectures/tax_smoothing_3.md:80. Count: 1 occurrence.[qe-math-011 (proposed)] —
\cal Nused as the Normal distribution. Example:lectures/tax_smoothing_3.md:97. Count: 1 occurrence.
Low severity#
[qe-writing-005] —
**roll-over risk**(L45) is a near-definition (OK); a few bolded labels (e.g.**LQ**) seem ornamental.[qe-writing-001] — A few multi-sentence paragraphs, e.g. L130-132.
[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
Correct use of
\begin{bmatrix}for the transition matrix Π (L181) (qe-math-003).Title “How to Pay for a War: Part 3” in Title Case (qe-writing-006).
Sentence-case section headings (qe-writing-006).
{doc}for cross-series references (qe-link-002).Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Replace
E_0with\mathbb{E}_0(qe-math-010, proposed).Replace
{\cal N}withN(qe-math-011, proposed).Add
:name: fig-...fields (qe-fig-005).