lln_clt#
Series: lecture-python-intro
File:
lectures/lln_clt.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 7.6 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
H1 acronyms OK; H2/H3 sentence case; clean one-sentence paragraphs. |
Math |
8/10 |
|
Code |
8/10 |
Unicode Greek ( |
JAX |
out of scope |
— |
Figures |
6/10 |
|
References |
N/A |
no |
Links |
6/10 |
Same-series link uses full URL on line 298 ( |
Admonitions |
9/10 |
|
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
M5/M3 —
\mathbf 1\{U < p\}(lines 578, 588) — uses bold for indicator; should be\mathbb{1}per M3.[qe-fig-001] —
figsize=overrides on lines 490, 541, 685. Count: 3 occurrences.[qe-link-002] — Cross-series link uses direct URL. Example:
lectures/lln_clt.md:31([in a more advanced lecture](https://python.quantecon.org/lln_clt.html#the-multivariate-case)). Should be{doc}\intermediate:lln_clt``.[qe-link-001] — Same-series link uses full URL. Example:
lectures/lln_clt.md:298([violin plot](https://intro.quantecon.org/prob_dist.html#violin-plots)). Should be[violin plot](prob_dist.html#violin-plots)or[](prob_dist).
Low severity#
W1 — A few short two-sentence paragraphs.
[qe-fig-005] — No figures use
{figure}directive with:name:.
Strengths#
\mathbb P,\mathbb Econsistently (M7 OK).IIDcorrectly written (line 176, 187).Density
flowercase (M10 OK).Equation labels with
{math}:label:.{prf:theorem}used (qe-admon-004 OK).Solutions all gated, dropdown, linked.
Recommended actions#
Replace
\mathbf 1with\mathbb{1}per M3.Replace direct cross-series URL on line 31 with
{doc}\intermediate:lln_clt``.Replace same-series full URL on line 298 with relative link.
Remove
figsize=overrides.