finite_markov#
Series: lecture-python.myst
File:
lectures/finite_markov.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.1 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
7/10 |
Section/subsection headings use Title Case rather than sentence case. |
Math |
9/10 |
Ones vector typeset with |
Code |
9.5/10 |
Mixed Greek conventions in code (word=6, uni=6). |
JAX |
out of scope |
not a JAX lecture |
Figures |
10/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
9/10 |
1 direct URL to another QuantEcon series — should use |
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 223, line 295, line 319. Count: 11 headings affected.
Medium severity#
[qe-math-008] — Ones vector typeset with
\mathbf{1}rather than\mathbb{1}. Examples: line 854. Count: 3 occurrences.[qe-link-002] — 1 direct URL to another QuantEcon series — should use
{doc}link. Example: line 309.
Low severity#
[qe-code-002] — Mixed Greek conventions in code (word=6, uni=6).
[qe-fig-001] —
figsize=set in 2 place(s).
Strengths#
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).Normal distribution written as plain
N.aligned(notalign) used in$$math.Solutions use
:class: dropdownconsistently.No
ax.set_title()in main figures.Axis labels lowercase.
Recommended actions#
Address
qe-writing-006: Section/subsection headings use Title Case rather than sentence case.Address
qe-math-008: Ones vector typeset with\mathbf{1}rather than\mathbb{1}.Address
qe-link-002: 1 direct URL to another QuantEcon series — should use{doc}link.Address
qe-code-002: Mixed Greek conventions in code (word=6, uni=6).Address
qe-fig-001:figsize=set in 2 place(s).