entropy#
Series: lecture-python-advanced.myst
File:
lectures/entropy.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 5.9 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
7/10 |
Sentence-case headings; some long compound paragraphs. |
Math |
4/10 |
Repeated |
Code |
N/A |
no executable code cells |
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
4 |
References |
8/10 |
10 |
Links |
6/10 |
Two raw |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
[qe-math-002] — Prime
'used systematically for transpose. Example:lectures/entropy.md:269,:279,:296,:330,:441. Count: ~9 occurrences.
Medium severity#
[qe-math-011 (proposed)] —
{\cal N}and{\mathcal N}used as Normal distribution. Example:lectures/entropy.md:256,:323. Count: 4 occurrences.[qe-math-010 (proposed)] — Bare
E_tandEfor expectation. Example:lectures/entropy.md:362-366,:382,:394,:441. Count: ~6 occurrences.[qe-writing-005] —
**Claim**,**Proof**,**Problem:**,**Extension**,**uncertainty**used as labels rather than definitions.[qe-link-002] — Two raw
python-advanced.quantecon.orgURLs for sibling-series references (five_preferences.html,robustness.html). Example:lectures/entropy.md:33,:34. Count: 2 occurrences (these should be{doc}or markdown[](five_preferences)).[qe-fig-002] — 4
{figure}directives reference static image files which could be code-generated.[qe-fig-005] — Figure name
fig1is non-descriptive.
Low severity#
[qe-writing-001] — Some paragraphs run two to three sentences (e.g. L40-44, L131-138).
Strengths#
Equation labels via
$$ ... $$ (label)and{eq}references (qe-math-007).Title in Title Case (qe-writing-006); sentence-case headings (qe-writing-006).
Sequences in curly brackets (qe-math-005).
Most
{figure}directives have:name:fields (rare in this series — qe-fig-005).
Recommended actions#
Replace
'with^\topthroughout (qe-math-002).Replace
{\cal N}/{\mathcal N}withN(qe-math-011, proposed).Replace bare
E/E_twith\mathbb{E}/\mathbb{E}_t(qe-math-010, proposed).Use italics for Claim, Proof, Problem, Extension labels (qe-writing-005).
Convert sibling-series URLs to markdown links (qe-link-001).
Replace generic
fig1name with descriptivefig-...(qe-fig-005).