🌐 [translation-sync] [tom] edits to a few lectures [ge_arrow, affine_risk_prices, and recovery_trio] - #281
🌐 [translation-sync] [tom] edits to a few lectures [ge_arrow, affine_risk_prices, and recovery_trio]#281mmcky wants to merge 7 commits into
Conversation
✅ Deploy Preview for astonishing-narwhal-a8fc64 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Translation Quality ReviewVerdict: PASS | Model: claude-sonnet-5 | Date: 2026-09-20 📝 Translation Quality
Summary: 翻译整体质量很高,数学内容、代码和格式都得到了准确保留,专业术语翻译规范一致。发现的问题都是轻微的风格性建议,不影响理解和使用。三篇讲座(仿射风险价格模型、长期风险算子方法、恢复定理)的核心概念和推导过程都被准确传达,符合学术翻译的专业标准。 数学公式、代码块和 MyST 指令格式在整个长文档中都被完整保留,未发现语法错误 专业术语翻译总体准确一致,如'随机贴现因子'、'风险中性概率'、'佩龙-弗罗贝尼乌斯定理'等均遵循标准译法 长难句的拆分和重组处理得当,保持了原文的逻辑结构和学术严谨性 中英文标点符号使用规范,行内 MyST 引用与中文文本之间的空格处理正确 Suggestions:
🔍 Diff Quality
Summary: The translated documents correctly mirror the English source changes in scope, position, structure, and heading-map updates across all three files. This review was generated automatically by action-translation review mode. |
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The updated recovery code path in lectures/ross_recovery.md uses a numerically brittle “strict positivity” check while effectively ignoring tol, which can cause the lecture’s code cell to fail or produce invalid 1/z values.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
What changed in this PR
This PR syncs the zh-cn lectures with upstream content updates from QuantEcon/lecture-python.myst (source PR #1059), primarily refining explanations, adding/adjusting exercises and numerical illustrations, and updating bibliography/citation support.
Changes:
- Expanded and clarified several lecture narratives and numerical illustrations in
affine_risk_prices,long_run_risk_operator, andross_recovery. - Added new exercises/solutions and supporting code cells (including additional SciPy usage) to align with upstream content.
- Updated translation-sync state metadata and appended new BibTeX entries required by newly referenced citations.
| File | Description |
|---|---|
| lectures/ross_recovery.md | Updates exposition and code cells (notably recovery implementation robustness and additional discussion blocks). |
| lectures/long_run_risk_operator.md | Adds/clarifies sections, code-cell outputs, and a new “two frontiers” comparison block. |
| lectures/affine_risk_prices.md | Adds new sections/exercises, expands numerical illustrations, and enhances Monte Carlo diagnostics/output. |
| lectures/_static/quant-econ.bib | Adds new citation entries referenced by updated lecture content. |
| .translate/state/ross_recovery.md.yml | Updates translation sync metadata (source SHA, model, tool version, mode). |
| .translate/state/long_run_risk_operator.md.yml | Updates translation sync metadata (source SHA, model, tool version, mode). |
| .translate/state/affine_risk_prices.md.yml | Updates translation sync metadata (source SHA, model, tool version, mode). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| if β_candidate > 0 and np.all(z_candidate > 0): | ||
| β_recovered = β_candidate | ||
| z = z_candidate | ||
| break |

Automated Translation Sync
This PR contains automated translations from QuantEcon/lecture-python.myst.
Source PR
#1059 - [tom] edits to a few lectures [ge_arrow, affine_risk_prices, and recovery_trio]
Files Updated
lectures/affine_risk_prices.md.translate/state/affine_risk_prices.md.ymllectures/long_run_risk_operator.md.translate/state/long_run_risk_operator.md.ymllectures/ross_recovery.md.translate/state/ross_recovery.md.ymllectures/_static/quant-econ.bibDetails
This PR was created automatically by the translation action.