ar1_bayes#
Series: lecture-python.myst
File:
lectures/ar1_bayes.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 9.4 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8.5/10 |
Section headings use Title Case rather than sentence case. |
Math |
10/10 |
No math issues. |
Code |
8.5/10 |
Greek letters spelled out in code; spec prefers unicode (α, β). |
JAX |
out of scope |
JAX lecture — JAX rules not audited per scope. |
Figures |
9.5/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-writing-006] — Section headings use Title Case rather than sentence case. Examples: line 181
PyMC Implementation, line 295Numpyro Implementation. Count: 2.[qe-code-002] — Greek letters spelled out in code; spec prefers unicode (α, β). Count: 21.
Low severity#
[qe-writing-009 (proposed)] — Uses “i.i.d.” or “iid” in text rather than “IID”. Example: line 72.
[qe-fig-001] —
figsize=set in 3 places — usually unnecessary.
Strengths#
Transpose notation uses
\topconsistently (no prime/^T).No bold vectors/matrices.
Normal distribution written as plain
N.aligned(notalign) used in$$math.No
ax.set_title()in main figures.Axis labels lowercase.
Recommended actions#
Address
qe-writing-006: Section headings use Title Case rather than sentence case.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 3 places — usually unnecessary.