mccall_fitted_vfi#

  • Series: lecture-python.myst

  • File: lectures/mccall_fitted_vfi.md

  • Audit date: 2026-05-28

  • Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)

  • Overall score: 9.4 / 10

  • Priority: NONE

Score breakdown#

Category

Score

One-line note

Writing

10/10

No writing issues.

Math

10/10

No math issues.

Code

8.5/10

Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms…

JAX

out of scope

JAX lecture — JAX rules not audited per scope.

Figures

8/10

figsize= set in 5 places — usually unnecessary.

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#

None found.

Medium severity#

  • [qe-code-002] — Spelled-out Greek (alpha/beta/etc.) used predominantly in code; mixed with unicode forms (word=10, uni=2).

  • [qe-fig-003]ax.set_title() used 2 times outside exercise blocks. Examples: line 782, line 867.

Low severity#

  • [qe-fig-001]figsize= set in 5 places — usually unnecessary.

  • [qe-fig-005] — Figures lack descriptive name: fields for cross-referencing (8 plot calls, 0 named).

Strengths#

  • Headings use sentence case consistently.

  • Uses “IID” or no IID terminology.

  • Transpose notation uses \top consistently (no prime/^T).

  • No bold vectors/matrices.

  • Normal distribution written as plain N.

  • aligned (not align) used in $$ math.

  • Solutions use :class: dropdown consistently.

  • Axis labels lowercase.