smoothing#
Series: lecture-python-advanced.myst
File:
lectures/smoothing.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.6 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Title in Title Case; sentence-case headings; one-sentence paragraphs. |
Math |
6/10 |
Mixed |
Code |
7/10 |
Mixed unicode/spelled Greek (4 spelled vs 3 unicode); install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
2 |
References |
8/10 |
4 |
Links |
8/10 |
2 |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-002] — Prime
'used as transpose in several formulas. Example:lectures/smoothing.md:190. Count: ~10 occurrences (mixed with derivativeu').[qe-math-010 (proposed)] — Bare
E_tmixed with\mathbb E_t. Example:lectures/smoothing.md:190,:196,:199. Count: ~3 occurrences (vs ~12 correct).[qe-math-011 (proposed)] —
\mathcal Nfor Normal distribution. Count: 1 occurrence.
Low severity#
[qe-writing-005] —
**complete markets**,**incomplete markets**borderline definitional bold.[qe-fig-005] — Figures lack
:name: fig-...fields.[qe-code-002] — Mixed unicode/spelled Greek in code.
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).
One-sentence paragraph rule respected (qe-writing-001).
{doc}for cross-series references (qe-link-002).Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Standardise on
\mathbb{E}_t(qe-math-010, proposed).Replace prime
'with^\topfor transpose where it denotes transpose (qe-math-002).Replace
\mathcal NwithN(qe-math-011, proposed).Add
:name: fig-...fields (qe-fig-005).