hansen_jagannathan_1991#
Series: lecture-python-advanced.myst
File:
lectures/hansen_jagannathan_1991.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 7.6 / 10
Priority: LOW
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
9/10 |
Title in Title Case; sentence-case headings; one-sentence paragraphs. |
Math |
6/10 |
36 bare |
Code |
6/10 |
Mixed unicode/spelled Greek (13 vs 17); no install cell (uses numpy/scipy/yfinance — yfinance not in Anaconda). |
JAX |
N/A |
not a JAX lecture |
Figures |
7/10 |
6 |
References |
9/10 |
2 |
Links |
8/10 |
4 |
Admonitions |
8/10 |
1 gated exercise and 1 solution with |
Issues#
Critical#
None found.
High severity#
[qe-math-010 (proposed)] — 36 bare
E(/E[instead of\mathbb{E}. Count: 36 occurrences.[qe-code-006] —
yfinanceis not in Anaconda; no install cell withhide-outputat top — missing install.
Medium severity#
[qe-fig-001] — 6
figsize=settings.[qe-code-002] — Mixed unicode/spelled Greek (17 unicode vs 13 spelled).
Low severity#
None found.
Strengths#
Title in Title Case (qe-writing-006).
Sentence-case headings (qe-writing-006).
One-sentence paragraph rule followed (qe-writing-001).
\topused for transpose (13 occurrences) (qe-math-002).\mathbb{R}correctly used.Modern figure metadata with
caption:andname: fig-...(qe-fig-005).Correct
prf:prefix on proof directives (qe-admon-004).Exercise gated; solution with
:class: dropdown(qe-admon-001, qe-admon-002).{doc}for cross-series references (qe-link-002).
Recommended actions#
Convert bare
E(/E[to\mathbb{E}notation (qe-math-010, proposed).Add install cell with
!pip install yfinanceandhide-outputtag (qe-code-003, qe-code-006).Reduce
figsize=usage (qe-fig-001).Standardise on unicode Greek in code (qe-code-002).