mccall_model_with_separation#
Series: lecture-dp
File:
lectures/mccall_model_with_separation.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 8.6 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Sentence-case headings throughout. |
Math |
8/10 |
|
Code |
6/10 |
Installs |
JAX |
out of scope |
uses JAX, but JAX rules out of scope. |
Figures |
9/10 |
No matplotlib titles; lowercase labels; no figsize. |
References |
10/10 |
Single |
Links |
9/10 |
|
Admonitions |
9/10 |
One |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-code-003] — pip install includes
myst-nb(line 40), which is a build-time dependency, not a runtime lecture requirement. Should be removed.
Low severity#
[qe-math-010 (proposed)] — Single expectation appears as
{\mathbb E}(line 88) — acceptable but slightly nonstandard brace usage; preferred\mathbb{E}.[qe-writing-001] — A few paragraphs run two sentences (e.g. 220-221, 280, 310-311).
Strengths#
Lecture title correctly Title Case.
All H2/H3 headings sentence case.
Equation labels and
{eq}cross-references used consistently.“IID” correct.
No bold vectors, transpose, align, or
\tagissues.Unicode Greek; pip install at top.
{doc}used for cross-series.Exercise uses
{exercise}+solution-startwith dropdown.No matplotlib titles, no figsize, no spine, no Title-Case axis labels.
Recommended actions#
Remove
myst-nbfrom the pip install on line 40 (build-time dep, not user-facing).Normalise
{\mathbb E}to\mathbb{E}on line 88.Optional: split a handful of two-sentence paragraphs.