chang_ramsey#
Series: lecture-dp
File:
lectures/chang_ramsey.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 6.5 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
All H2/H3 sentence case. |
Math |
7/10 |
|
Code |
5/10 |
Installs |
JAX |
out of scope |
not a JAX lecture. |
Figures |
5/10 |
Two |
References |
5/10 |
Three narrative-author |
Links |
9/10 |
|
Admonitions |
N/A |
No exercises / proofs. |
Issues#
Critical#
None found.
High severity#
[qe-code-006] —
!pip install polytope cvxopt(line 29) — both binary scientific-Python packages, no installation notes.
Medium severity#
[qe-math-004] —
\vec z,\vec h,\vec M,\vec q,\vec m,\vec x,\vec c,\vec yused extensively. Count: 30+ occurrences.[qe-ref-001] — Three narrative-author
{cite}patterns. Should be{cite:t}.[qe-fig-003] — Two
fig.suptitle(rf"$\beta = {model.β}$", ...)calls. Lines: 1069, 1122.[qe-fig-001] —
figsize=set 5 times.
Low severity#
[qe-writing-001] — Several multi-sentence paragraphs.
[qe-writing-009 (proposed)] — Smart quotes ’ used occasionally.
Strengths#
Lecture title in correct Title Case.
All H2/H3 headings sentence case.
Equation labels and
{eq}references used cleanly.“IID”/Greek-letter conventions consistent; Unicode Greek in code.
No transpose, no matrix-bracket, no
\tag, noalign-inside-$$issues.pip install at top;
{doc}used for cross-series.
Recommended actions#
Add a note about
polytope/cvxoptpackage binary install requirements.Remove
\vecarrows on sequence symbols.Switch narrative
Author {cite}…to{cite:t}form.Remove the two
fig.suptitle(...)calls.Reduce unnecessary
figsize=usage.Tighten compound paragraphs.