ross_recovery#
Series: lecture-python.myst
File:
lectures/ross_recovery.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.4 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
10/10 |
No writing issues. |
Math |
8/10 |
Matrices use |
Code |
9.5/10 |
Mixed Greek conventions in code (word=8, uni=16). |
JAX |
out of scope |
not a JAX lecture |
Figures |
9/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
10/10 |
Link style follows conventions. |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-003] — Matrices use
pmatrixrather thanbmatrix. Example: line 1179. Count: 2 lines.
Low severity#
[qe-math-011 (proposed)] — Normal distribution as
\mathcal{N}rather thanN. Example: line 561.[qe-math-010 (proposed)] — Bare
E[...]or\Pr(...)used in place of\mathbb{E}/\mathbb{P}. Example: line 485.[qe-code-002] — Mixed Greek conventions in code (word=8, uni=16).
[qe-fig-001] —
figsize=set in 5 places — usually unnecessary.[qe-fig-003] —
ax.set_title()used once outside exercise blocks (line 1368).
Strengths#
Headings use sentence case consistently.
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).No bold vectors/matrices.
aligned(notalign) used in$$math.Solutions use
:class: dropdownconsistently.Axis labels lowercase.
Recommended actions#
Address
qe-math-003: Matrices usepmatrixrather thanbmatrix.Address
qe-math-011 (proposed): Normal distribution as\mathcal{N}rather thanN.Address
qe-math-010 (proposed): BareE[...]or\Pr(...)used in place of\mathbb{E}/\mathbb{P}.Address
qe-code-002: Mixed Greek conventions in code (word=8, uni=16).Address
qe-fig-001:figsize=set in 5 places — usually unnecessary.