bayes_nonconj#
Series: lecture-python.myst
File:
lectures/bayes_nonconj.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 9.5 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
One section heading uses Title 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 |
JAX lecture — JAX rules not audited per scope. |
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#
None found.
Medium severity#
[qe-code-002] — Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms (word=7, uni=3).
Low severity#
[qe-writing-006] — One section heading uses Title Case. Example: line 944
Markov chain Monte Carlo.[qe-fig-008] —
lw=2parameter missing from 3.plot()calls.
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.
No
ax.set_title()in main figures.Axis labels lowercase.
Figures use descriptive
name:fields for cross-referencing.Cross-series links use
{doc}intersphinx form.
Recommended actions#
Address
qe-code-002: Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms (word=7, uni=3).Address
qe-writing-006: One section heading uses Title Case.Address
qe-fig-008:lw=2parameter missing from 3.plot()calls.