permanent_income_dles#
Series: lecture-python-advanced.myst
File:
lectures/permanent_income_dles.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 6.4 / 10
Priority: MEDIUM
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Sentence-case headings; mostly one-sentence paragraphs. |
Math |
4/10 |
|
Code |
8/10 |
Unicode Greek used (4 occurrences); install cell with |
JAX |
N/A |
not a JAX lecture |
Figures |
8/10 |
1 |
References |
7/10 |
3 |
Links |
8/10 |
1 |
Admonitions |
N/A |
no exercises, solutions, or proof-family directives. |
Issues#
Critical#
None found.
High severity#
[qe-math-003] —
\begin{array}{c}...\end{array}(with\left[ \right]) used everywhere instead of\begin{bmatrix}. Example:lectures/permanent_income_dles.md:161,:163,:165,:166,:170-173,:256-260. Count: ~10 occurrences.[qe-math-010 (proposed)] — Bare
E_0/E_tinstead of\mathbb{E}_0. Example:lectures/permanent_income_dles.md:70,:73,:129. Count: ~4 occurrences.
Medium severity#
[qe-writing-005] —
**Technology:**,**Information:**,**Preferences:**use bold for labels rather than definitions.
Low severity#
[qe-writing-001] — A few multi-sentence paragraphs, e.g. L46-48, L268-271.
[qe-fig-005] — Figures lack
:name: fig-...fields.
Strengths#
Title in Title Case (qe-writing-006).
Section heading in sentence case (qe-writing-006).
\begin{bmatrix}is used in some places (L140, L266) — file knows the right convention.Equation references via
{eq}(qe-math-007) and labelled{math}blocks.Unicode Greek in code (qe-code-002).
Install cell at top with
hide-output(qe-code-003).
Recommended actions#
Convert every
\begin{array}block to\begin{bmatrix}(qe-math-003).Replace bare
E_t/E_0with\mathbb{E}_t/\mathbb{E}_0(qe-math-010, proposed).Reduce decorative bolding (qe-writing-005).
Add
:name: fig-...fields (qe-fig-005).