ifp_egm_transient_shocks#
Series: lecture-python.myst
File:
lectures/ifp_egm_transient_shocks.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 9.1 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
7/10 |
Many section headings use Title Case rather than sentence case. |
Math |
10/10 |
No math issues. |
Code |
9/10 |
Mixed Greek conventions in code (word=3, uni=8). |
JAX |
out of scope |
JAX lecture — JAX rules not audited per scope. |
Figures |
8.5/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
10/10 |
Link style follows conventions. |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
[qe-writing-006] — Many section headings use Title Case rather than sentence case. Examples: line 59, line 174, line 189. Count: 8.
Medium severity#
None found.
Low severity#
[qe-code-002] — Mixed Greek conventions in code (word=3, uni=8).
[qe-code-004] — Manual
time.time()timing pattern used (6 occurrences); preferqe.Timer().[qe-fig-001] —
figsize=set in 1 place(s).[qe-fig-005] — Figures lack descriptive
name:fields for cross-referencing (8 plot calls, 0 named).[qe-fig-006] — One capitalised axis label (line 939).
[qe-fig-008] —
lw=2parameter missing from 8.plot()calls.
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.Solutions use
:class: dropdownconsistently.No
ax.set_title()in main figures.No embedded matplotlib titles in main figures.
Cross-series links use
{doc}intersphinx form.
Recommended actions#
Address
qe-writing-006: Many section headings use Title Case rather than sentence case.Address
qe-code-002: Mixed Greek conventions in code (word=3, uni=8).Address
qe-code-004: Manualtime.time()timing pattern used (6 occurrences); preferqe.Timer().Address
qe-fig-001:figsize=set in 1 place(s).Address
qe-fig-005: Figures lack descriptivename:fields for cross-referencing (8 plot calls, 0 named).