samuelson#
Series: lecture-python.myst
File:
lectures/samuelson.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 8.9 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Section headings use Title Case rather than sentence case. |
Math |
10/10 |
No math issues. |
Code |
9.5/10 |
Mixed Greek conventions in code (word=7, uni=66). |
JAX |
out of scope |
not a JAX lecture |
Figures |
8/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
8/10 |
1 full URL(s) to same series. |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-writing-006] — Section headings use Title Case rather than sentence case. Examples: line 847
Digression: Using Sympy to find roots, line 1134Illustration of Samuelson class. Count: 3.[qe-link-002] — 1 direct URL to another QuantEcon series — should use
{doc}link. Example: line 41.
Low severity#
[qe-code-002] — Mixed Greek conventions in code (word=7, uni=66).
[qe-fig-001] —
figsize=set in 6 places — usually unnecessary.[qe-fig-005] — Figures lack descriptive
name:fields for cross-referencing (8 plot calls, 0 named).[qe-fig-007] — Spine hidden once (line 436).
[qe-fig-008] —
lw=2parameter missing from 8.plot()calls.[qe-link-001] — 1 full URL(s) to same series. Examples: line 387.
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).No bold vectors/matrices.
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.
Recommended actions#
Address
qe-writing-006: Section headings use Title Case rather than sentence case.Address
qe-link-002: 1 direct URL to another QuantEcon series — should use{doc}link.Address
qe-code-002: Mixed Greek conventions in code (word=7, uni=66).Address
qe-fig-001:figsize=set in 6 places — usually unnecessary.Address
qe-fig-005: Figures lack descriptivename:fields for cross-referencing (8 plot calls, 0 named).