markov_jump_lq#
Series: lecture-python-advanced.myst
File:
lectures/markov_jump_lq.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 5.7 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
7.5/10 |
Title in Title Case; sentence-case headings; some bolded labels. |
Math |
3.5/10 |
Primes used systematically as transpose; bare |
Code |
6/10 |
Spelled Greek mixed with unicode (12 vs 6); install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
4/10 |
6 |
References |
7/10 |
4 |
Links |
8/10 |
3 |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
[qe-math-002] — Prime
'used as transpose throughout. Example:lectures/markov_jump_lq.md:81,:94,:108,:114,:115,:122,:128. Count: ~25 occurrences.[qe-fig-003] —
ax.set_titleused in 6 cells — systemic. Count: 6 occurrences.
Medium severity#
[qe-math-010 (proposed)] — Bare
Efor expectation. Example:lectures/markov_jump_lq.md:94. Count: 1 occurrence.[qe-math-011 (proposed)] —
\mathcal Nfor Normal distribution. Count: 1 occurrence.[qe-writing-009 (proposed)] — “iid” used in narrative. Count: 1 occurrence.
Low severity#
[qe-writing-005] — Heavy decorative bolding (e.g.
**linear quadratic dynamic programming problem**).[qe-code-002] — Mixed unicode/spelled Greek in code.
[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
Title in Title Case (qe-writing-006).
Subheadings sentence case (qe-writing-006).
\begin{bmatrix}used (qe-math-003).Sequences in curly brackets (qe-math-005).
Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Replace
'with^\topfor transpose throughout (qe-math-002).Remove
ax.set_titlecalls (qe-fig-003).Replace bare
Ewith\mathbb{E}(qe-math-010, proposed).Replace
\mathcal NwithN(qe-math-011, proposed).Replace “iid” with “IID” (qe-writing-009, proposed).
Add
:name: fig-...fields (qe-fig-005).