tax_smoothing_1#
Series: lecture-python-advanced.myst
File:
lectures/tax_smoothing_1.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.8 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Sentence-case headings; one-sentence paragraph rule mostly followed. |
Math |
5/10 |
Bare |
Code |
8/10 |
Mostly unicode Greek; install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
8/10 |
No |
References |
7/10 |
13 |
Links |
8/10 |
5 |
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_0/E_tinstead of\mathbb{E}_0. Example:lectures/tax_smoothing_1.md:70,:203,:354,:357. Count: 4 occurrences.[qe-math-011 (proposed)] —
{\cal N}used as Normal distribution. Example:lectures/tax_smoothing_1.md:220. Count: 1 occurrence.
Low severity#
[qe-writing-001] — Some two- to three-sentence paragraphs (e.g. L70).
[qe-writing-005] —
**roll-over risk**and other bolded labels are borderline definitional.[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
\begin{bmatrix}used throughout (qe-math-003) at L234, L240, L279, L282, L444.Title “How to Pay for a War: Part 1” in Title Case (qe-writing-006).
Section headings in sentence case (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_0/E_twith\mathbb{E}_0/\mathbb{E}_t(qe-math-010, proposed).Replace
{\cal N}withN(qe-math-011, proposed).Add
:name: fig-...fields (qe-fig-005).