blackwell_kihlstrom#
Series: lecture-python.myst
File:
lectures/blackwell_kihlstrom.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.1 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Section headings use Title Case rather than sentence case. |
Math |
8/10 |
Bare |
Code |
9.5/10 |
Mixed Greek conventions in code (word=21, uni=37). |
JAX |
out of scope |
not a JAX lecture |
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#
[qe-math-010 (proposed)] — Bare
E[...],\Pr(...), or\Var(...)used instead of\mathbb{E},\mathbb{P},\mathbb{V}. Examples: lines 100, 378. Count: 13 chunks.
Medium severity#
[qe-writing-006] — Section headings use Title Case rather than sentence case. Examples: line 370
Kihlstrom's Bayesian interpretation, line 1173The Data Processing Inequality and Coarse-Graining. Count: 3.
Low severity#
[qe-math-008] — Ones vector typeset with
\mathbf{1}rather than\mathbb{1}. Example: line 817.[qe-code-002] — Mixed Greek conventions in code (word=21, uni=37).
[qe-fig-001] —
figsize=set in 8 places — usually unnecessary.
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).Normal distribution written as plain
N.aligned(notalign) used in$$math.No
ax.set_title()in main figures.Axis labels lowercase.
No embedded matplotlib titles in main figures.
Figures use descriptive
name:fields for cross-referencing.
Recommended actions#
Address
qe-math-010 (proposed): BareE[...],\Pr(...), or\Var(...)used instead of\mathbb{E},\mathbb{P},\mathbb{V}.Address
qe-writing-006: Section headings use Title Case rather than sentence case.Address
qe-math-008: Ones vector typeset with\mathbf{1}rather than\mathbb{1}.Address
qe-code-002: Mixed Greek conventions in code (word=21, uni=37).Address
qe-fig-001:figsize=set in 8 places — usually unnecessary.