stats_examples#
Series: lecture-python.myst
File:
lectures/stats_examples.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.3 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Many section headings use Title Case rather than sentence case. |
Math |
10/10 |
No math issues. |
Code |
8.5/10 |
Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms… |
JAX |
out of scope |
not a JAX lecture |
Figures |
9.5/10 |
|
References |
N/A |
No citations. |
Links |
10/10 |
Link style follows conventions. |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
[qe-writing-006] — Many section headings use Title Case rather than sentence case. Examples: line 45, line 198, line 236. Count: 5.
Medium severity#
[qe-code-002] — Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms (word=4, uni=3).
Low severity#
[qe-fig-003] —
ax.set_title()used once outside exercise blocks (line 192).
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).No bold vectors/matrices.
Normal distribution written as plain
N.aligned(notalign) used in$$math.Figures use default sizing.
Axis labels lowercase.
Recommended actions#
Address
qe-writing-006: Many section headings use Title Case rather than sentence case.Address
qe-code-002: Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms (word=4, uni=3).Address
qe-fig-003:ax.set_title()used once outside exercise blocks (line 192).