tax_smoothing_1#
Series: lecture-dp
File:
lectures/tax_smoothing_1.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 6.5 / 10
Priority: HIGH
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
H2 sentence case. |
Math |
6/10 |
|
Code |
5/10 |
|
JAX |
out of scope |
not a JAX lecture. |
Figures |
8/10 |
No matplotlib titles, no figsize, no Title-Case labels in matplotlib. |
References |
4/10 |
Many narrative-author |
Links |
8/10 |
|
Admonitions |
N/A |
No exercises / proofs. |
Issues#
Critical#
None found.
High severity#
[qe-code-003] —
!pip install --upgrade quanteconplaced mid-lecture (line 162) rather than at the top.[qe-ref-001] — Many narrative-author
{cite}patterns: “ model” repeated, “”, “”. Should be{cite:t}form for narrative use. Count: ~13 occurrences.
Medium severity#
[qe-math-011 (proposed)] — Multivariate normal written as
{\cal N}(0,I)(line 220).[qe-math-010 (proposed)] — Bare
E_0for expectation in display equations (lines 70, 203). Should be\mathbb{E}_0.[qe-math-002] — Apostrophe transpose in LQ section. Count: ~6 occurrences in later derivation.
[qe-link-002] — One raw markdown link to
python.quantecon.org(line).
Low severity#
[qe-writing-009 (proposed)] — Smart quotes ’ in narrative.
[qe-writing-001] — Several multi-sentence paragraphs.
Strengths#
Lecture title in correct Title Case.
All H2 headings sentence case.
Matrices use
bmatrix(6 matrix blocks).Definitions bolded.
Equation labels and
{eq}references used cleanly.“IID”/Greek-letter conventions consistent.
No
\tag, no bold vectors, noalign-inside-$$issues.{doc}used for cross-series; no matplotlib titles.
Recommended actions#
Move the
!pip installto the top of the lecture.Switch narrative
Author {cite}…to{cite:t}form throughout.Replace
{\cal N}with plainN.Replace bare
E_0with\mathbb{E}_0.Replace apostrophe transpose with
^\top.Convert raw
python.quantecon.orgmarkdown link to{doc}form.Normalise smart-quotes.