doubts_or_variability#
Series: lecture-python-advanced.myst
File:
lectures/doubts_or_variability.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.4 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Title in Title Case (with |
Math |
4/10 |
50 bare |
Code |
6/10 |
Mixed spelled/unicode Greek (34 spelled vs 21 unicode); install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
6/10 |
9 |
References |
9/10 |
28 |
Links |
8/10 |
5 |
Admonitions |
8/10 |
11 gated exercises and 11 solutions with |
Issues#
Critical#
None found.
High severity#
[qe-math-010 (proposed)] — 50 bare
E_t/E_0for expectation instead of\mathbb{E}. Count: 50 occurrences.[qe-math-011 (proposed)] — 23
\mathcal{N}used as Normal distribution. Count: 23 occurrences.
Medium severity#
[qe-fig-001] — 9
figsize=settings.[qe-code-002] — Spelled-out Greek (34 occurrences) mixed with unicode.
Low severity#
[qe-writing-009 (proposed)] — 3 “i.i.d.” occurrences in text.
Strengths#
Title in Title Case with question mark (qe-writing-006).
One-sentence paragraph rule followed (qe-writing-001).
\topused for transpose (16 occurrences) (qe-math-002).Heavy correct use of
{cite:t}and{cite}(qe-ref-001).Modern figure metadata with
mystnb: figure: caption: ... name: fig-...(qe-fig-005).Exercises gated; solutions with
:class: dropdown(qe-admon-001, qe-admon-002).{doc}for cross-series references (qe-link-002).Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Convert bare
E_t/E_0to\mathbb{E}notation (qe-math-010, proposed).Replace
\mathcal{N}withN(qe-math-011, proposed).Reduce
figsize=usage (qe-fig-001).Standardise on unicode Greek in code (qe-code-002).
Replace “i.i.d.” with “IID” (qe-writing-009, proposed).