muth_kalman#
Series: lecture-python-advanced.myst
File:
lectures/muth_kalman.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.8 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Sentence-case headings; one-sentence paragraph norm followed in most places. |
Math |
6/10 |
|
Code |
7/10 |
No spelled Greek (zero); 2 quantecon imports; install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
5/10 |
3 |
References |
7/10 |
4 |
Links |
8/10 |
4 |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
[qe-fig-003] —
ax.set_titleused in 3 cells.
Medium severity#
[qe-math-011 (proposed)] —
\mathcal Nused as the Normal distribution. Example:lectures/muth_kalman.md:116. Count: 1 occurrence.[qe-math-010 (proposed)] — Bare
E[...]for expectation. Example:lectures/muth_kalman.md:144-145. Count: 2 occurrences.[qe-ref-001] — “Muth (1960) {cite}” narrative pattern should use
{cite:t}. Count: ~3 occurrences.
Low severity#
[qe-writing-001] — Occasional two-sentence paragraphs, e.g. L83-85.
[qe-writing-005] —
**question**/**answer**(L84-85) and**moving average**(L358) are emphasis, not definitions — should be italic.[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
Correct use of
\begin{bmatrix}everywhere (qe-math-003).Sequences in curly brackets
\{y_t\}(qe-math-005) — see L77, L315.“IID” used correctly (qe-writing-009, proposed) on L104, L119.
Title in Title Case; section headings in sentence case (qe-writing-006).
Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Remove
ax.set_titlecalls (qe-fig-003).Replace
\mathcal NwithNfor the Normal distribution (qe-math-011, proposed).Replace bare
E[\cdot]with\mathbb{E}[\cdot](qe-math-010, proposed).Use italic, not bold, for non-definition emphasis (qe-writing-005).
Use
{cite:t}for narrative refs (qe-ref-001).