ar1_turningpts#
Series: lecture-python.myst
File:
lectures/ar1_turningpts.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 8.1 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
6.5/10 |
Many section headings use Title Case rather than sentence case. |
Math |
8/10 |
Transpose denoted |
Code |
8.5/10 |
Greek letters spelled out in code; spec prefers unicode (α, β). |
JAX |
out of scope |
not a JAX lecture |
Figures |
8.5/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
N/A |
No external links. |
Admonitions |
N/A |
No admonitions. |
Issues#
Critical#
None found.
High severity#
[qe-writing-006] — Many section headings use Title Case rather than sentence case. Examples: line 60, line 188, line 283. Count: 7.
Medium severity#
[qe-math-002] — Transpose denoted
'(prime) or^Tinstead of\top. Examples: line 297 (^T). Count: 3 occurrences.[qe-code-002] — Greek letters spelled out in code; spec prefers unicode (α, β). Count: 29.
Low severity#
[qe-writing-009 (proposed)] — Uses “i.i.d.” or “iid” in text rather than “IID”. Example: line 69.
[qe-fig-001] —
figsize=set in 5 places — usually unnecessary.[qe-fig-003] —
ax.set_title()used once outside exercise blocks (line 153).[qe-fig-008] —
lw=2parameter missing from 3.plot()calls.
Strengths#
No bold vectors/matrices.
Normal distribution written as plain
N.aligned(notalign) used in$$math.Axis labels lowercase.
Recommended actions#
Address
qe-writing-006: Many section headings use Title Case rather than sentence case.Address
qe-math-002: Transpose denoted'(prime) or^Tinstead of\top.Address
qe-code-002: Greek letters spelled out in code; spec prefers unicode (α, β).Address
qe-writing-009 (proposed): Uses “i.i.d.” or “iid” in text rather than “IID”.Address
qe-fig-001:figsize=set in 5 places — usually unnecessary.