lucas_model#
Series: lecture-python-advanced.myst
File:
lectures/lucas_model.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 8.1 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Clean one-sentence paragraphs throughout; title in Title Case. |
Math |
8/10 |
|
Code |
8/10 |
Unicode Greek used (8 occurrences); no install cell (numpy/scipy only). |
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
2 |
References |
8/10 |
1 |
Links |
6/10 |
One raw |
Admonitions |
8/10 |
1 exercise and 1 solution with |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-link-002] — One raw
python.quantecon.org/markov_asset.htmlURL. Example:lectures/lucas_model.md:36. Count: 1 occurrence.
Low severity#
[qe-math-012 (proposed)] —
'$p*(y)$'(L500) in a matplotlib label uses*next topin a math context. Count: 1 occurrence.[qe-fig-005] — Figures lack
:name: fig-...fields.[qe-fig-002] — 1 static
{figure}(solution_mass_ex2.png).
Strengths#
\mathbb{E}and\mathbb{E}_tused for expectation throughout (qe-math-010, proposed), e.g. L106, L260.Sequences in curly brackets
\{y_t\}_{t=0}^{\infty}(qe-math-005).“IID” used in text correctly (qe-writing-009, proposed) at L86, L385.
Italic for emphasis (qe-writing-005), e.g. L58 Pure exchange, L122 ex-dividend.
Equation labels via
:label:and{eq}references (qe-math-007).Title in Title Case (qe-writing-006); subheadings sentence case (qe-writing-006).
Exercise gated; solution has
:class: dropdown(qe-admon-001, qe-admon-002).Unicode Greek used in code (qe-code-002).
Recommended actions#
Use
p^*(orp^{*}) consistently rather than the literal*in plot label (qe-math-012, proposed).Convert raw
python.quantecon.orgURL to{doc}\intermediate:markov_asset`` (qe-link-002).Add
:name: fig-...fields (qe-fig-005).