BCG_incomplete_mkts#
Series: lecture-python-advanced.myst
File:
lectures/BCG_incomplete_mkts.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 |
7.5/10 |
Sentence-case headings; some long paragraphs; trailing colons in subheadings. |
Math |
6/10 |
Bare |
Code |
7/10 |
|
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
Two |
References |
8/10 |
|
Links |
8/10 |
Cross-series references use |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-math-010 (proposed)] — Bare
E[...]in code comments. Example:lectures/BCG_incomplete_mkts.md:885,:915,:1450,:1472,:1502. Count: 5 occurrences.[qe-math-011 (proposed)] —
{\mathcal N}used as Normal distribution. Example:lectures/BCG_incomplete_mkts.md:201,:207. Count: 2 occurrences.[qe-code-002] —
alpha,betaspelled out in code instead of unicode (α,β). Count: ~4 parameter assignments.
Low severity#
[qe-writing-006] — Trailing colons in subheadings:
### Feasibility:(L182),### Preferences:(L212).[qe-writing-001] — Some compound paragraphs near equilibrium discussion.
[qe-fig-001] —
figsize=set without justification (2 occurrences).[qe-fig-005] — Figures lack
:name:fields.
Strengths#
Title in Title Case (qe-writing-006).
Subheadings sentence case overall (qe-writing-006).
\begin{bmatrix}used throughout.Many primes are derivatives (
u',f') — no qe-math-002 violation.Cross-series references all use
{doc}\intermediate:…`` (qe-link-002).Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Replace
{\mathcal N}withN(qe-math-011, proposed).Use
\mathbb{E}in code comments and prose (qe-math-010, proposed).Switch spelled Greek parameter names to unicode (qe-code-002).
Remove trailing colons in subheadings (qe-writing-006).
Add
:name: fig-...to figure-producing cells (qe-fig-005).