rational_expectations#

  • Series: lecture-python.myst

  • File: lectures/rational_expectations.md

  • Audit date: 2026-05-28

  • Categories audited: writing, math, code, figures, references, links, admonitions

  • Overall score: 8.2 / 10

  • Priority: LOW

Score breakdown#

Category

Score

One-line note

Writing

5/10

Section/subsection headings use Title Case rather than sentence case.

Math

8/10

Transpose denoted ' (prime) or ^T instead of \top.

Code

8.5/10

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

JAX

out of scope

not a JAX lecture

Figures

N/A

No figures.

References

9/10

Citation style follows conventions.

Links

9/10

1 full URL(s) to same series.

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 80, line 110, line 178. Count: 20 headings affected.

Medium severity#

  • [qe-math-002] — Transpose denoted ' (prime) or ^T instead of \top. Examples: line 632. Count: 4 occurrences.

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

Low severity#

  • [qe-link-001] — 1 full URL(s) to same series. Examples: line 594.

Strengths#

  • Uses “IID” or no IID terminology.

  • No bold vectors/matrices.

  • Normal distribution written as plain N.

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

  • Solutions use :class: dropdown consistently.