mccall_model#
Series: lecture-python.myst
File:
lectures/mccall_model.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 8.7 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
6/10 |
Section/subsection headings use Title Case rather than sentence case. |
Math |
9/10 |
Ones vector typeset with |
Code |
9.5/10 |
Mixed Greek conventions in code (word=6, uni=18). |
JAX |
out of scope |
JAX lecture — JAX rules not audited per scope. |
Figures |
8.5/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
9/10 |
1 direct URL to another QuantEcon series — should use |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
[qe-writing-006] — Section/subsection headings use Title Case rather than sentence case. Examples: line 78, line 117, line 133. Count: 12 headings affected.
Medium severity#
[qe-math-008] — Ones vector typeset with
\mathbf{1}rather than\mathbb{1}. Examples: line 226. Count: 3 occurrences.[qe-fig-003] —
ax.set_title()used 2 times outside exercise blocks. Examples: line 602, line 868.[qe-link-002] — 1 direct URL to another QuantEcon series — should use
{doc}link. Example: line 382.
Low severity#
[qe-code-002] — Mixed Greek conventions in code (word=6, uni=18).
[qe-fig-005] — Figures lack descriptive
name:fields for cross-referencing (6 plot calls, 0 named).
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).Normal distribution written as plain
N.aligned(notalign) used in$$math.Figures use default sizing.
Solutions use
:class: dropdownconsistently.Axis labels lowercase.
Recommended actions#
Address
qe-writing-006: Section/subsection headings use Title Case rather than sentence case.Address
qe-math-008: Ones vector typeset with\mathbf{1}rather than\mathbb{1}.Address
qe-fig-003:ax.set_title()used 2 times outside exercise blocks.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=6, uni=18).