risk_aversion_or_mistaken_beliefs#
Series: lecture-python-advanced.myst
File:
lectures/risk_aversion_or_mistaken_beliefs.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 |
18 |
Code |
6/10 |
Mixed spelled/unicode Greek (10 spelled vs 5 unicode); no install cell (uses numpy/scipy — OK). |
JAX |
N/A |
not a JAX lecture |
Figures |
4/10 |
10 |
References |
9/10 |
12 |
Links |
8/10 |
13 |
Admonitions |
8/10 |
3 gated exercises and 3 solutions with |
Issues#
Critical#
None found.
High severity#
[qe-math-011 (proposed)] — 18
\mathcal{N}used as Normal distribution. Count: 18 occurrences.[qe-math-010 (proposed)] — 10 bare
E_tinstead of\mathbb{E}_t. Count: 10 occurrences.[qe-fig-001] — 10
figsize=settings — systemic.
Medium severity#
[qe-fig-006] —
set_xlabelwith capitalised labels (e.g. “Mean”, “Probability”) — 3 occurrences.[qe-fig-002] — 3
{figure}directives reference static PNGs.[qe-code-002] — Mixed spelled/unicode Greek (10 spelled vs 5 unicode).
Low severity#
[qe-fig-005] — Some figures lack
:name: fig-...fields.
Strengths#
Title in Title Case with question mark (qe-writing-006).
Sentence-case headings (qe-writing-006).
One-sentence paragraph rule followed (qe-writing-001).
Heavy correct use of
{cite:t}(qe-ref-001) — 12 occurrences.\topheavily used for transpose (69 occurrences) (qe-math-002).Modern figure metadata with captions and names where present (qe-fig-005).
Exercises gated; solutions with
:class: dropdown(qe-admon-001, qe-admon-002).{doc}for cross-series references (qe-link-002).
Recommended actions#
Replace
\mathcal{N}withN(qe-math-011, proposed).Convert bare
E_tto\mathbb{E}_t(qe-math-010, proposed).Reduce
figsize=usage (qe-fig-001).Lowercase axis labels (qe-fig-006).
Code-generate static figures where feasible (qe-fig-002).
Standardise on unicode Greek in code (qe-code-002).