mccall_fitted_vfi#
Series: lecture-dp
File:
lectures/mccall_fitted_vfi.mdAudit date: 2026-05-28
Categories audited: writing, math, code, jax, figures, references, links, admonitions
Overall score: 8.3 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Sentence-case headings; mostly one-sentence paragraphs. |
Math |
8/10 |
Two |
Code |
7/10 |
Unicode Greek; pip install at top; PEP8; figsize 5×. |
JAX |
out of scope |
uses JAX, but JAX rules out of scope. |
Figures |
6/10 |
Two |
References |
10/10 |
Single |
Links |
9/10 |
|
Admonitions |
9/10 |
Two |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-004] —
\mathbf vused to denote a value-function array. Lines: 187, 188.[qe-fig-003] — Two embedded
ax.set_title(...)(one f-string). Lines: 782, 867.[qe-fig-001] —
figsize=set 5 times.
Low severity#
[qe-writing-001] — A couple of multi-sentence paragraphs (e.g. 52-57, 64-67).
Strengths#
Lecture title correctly Title Case.
All H2/H3 sentence case.
“IID” correctly capitalised.
Equation labels and
{eq}references used cleanly.No transpose violations; no
alignissues; no\tag.pip install at top; Unicode Greek in code.
{doc}used for cross-series; no raw URLs.Exercises use
{exercise}+solution-start/solution-endwith dropdown.
Recommended actions#
Drop the bold on
\mathbf v(use plainv).Remove the two
ax.set_title(...)calls.Reduce unnecessary
figsize=usage.Tighten the few multi-sentence paragraphs.