Skip to content

Commit 2affade

Browse files
mmckyclaude
andauthored
[action-translation] resync: wealth_dynamics.md (#162)
* 🔄 resync wealth_dynamics.md * Restore trailing newline (engine issue tracked in QuantEcon/action-translation#116) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent c8778ed commit 2affade

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source-sha: 39b39c9bcb4363353b27e2180f12551fbd3a6e9f
2+
synced-at: "2026-07-18"
3+
model: claude-sonnet-5
4+
mode: RESYNC
5+
section-count: 6
6+
tool-version: 0.17.0

lectures/wealth_dynamics.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
translation:
11+
title: 财富分布动态
12+
headings:
13+
Overview: 概述
14+
Overview::A Note on Assumptions: 关于假设的说明
15+
Lorenz Curves and the Gini Coefficient: 洛伦兹曲线和基尼系数
16+
Lorenz Curves and the Gini Coefficient::Lorenz Curves: 洛伦兹曲线
17+
Lorenz Curves and the Gini Coefficient::The Gini Coefficient: 基尼系数
18+
A Model of Wealth Dynamics: 财富动态模型
19+
Implementation: 实现
20+
Applications: 应用
21+
Applications::Time Series: 时间序列
22+
Applications::Inequality Measures: 不平等度量
23+
Exercises: 练习
1024
---
1125

1226
```{raw} jupyter
@@ -24,7 +38,7 @@ kernelspec:
2438
```
2539

2640
```{seealso}
27-
本讲座的`GPU`版本可在[这里](https://jax.quantecon.org/wealth_dynamics.html)找到
41+
本讲座使用[JAX](https://github.com/jax-ml/jax)的版本可在{doc}`这里 <jax:wealth_dynamics>`找到
2842
```
2943

3044
除了Anaconda中已有的库外,本讲座还需要以下库:
@@ -198,7 +212,7 @@ w_{t+1} = (1 + r_{t+1}) s(w_t) + y_{t+1}
198212
其中
199213

200214
- $w_t$ 是某个家庭在t时刻持有的财富,
201-
- $r_t$ 是金融资产t时刻的收益率
215+
- $r_t$ 是金融资产的收益率
202216
- $y_t$ 是当前非金融(如,劳动)收入,
203217
- $s(w_t)$ 是当前财富减去消费后的净值
204218

@@ -265,7 +279,7 @@ wealth_dynamics_data = [
265279
]
266280
```
267281

268-
下面是一个类,用于存储模型参数并实现更新总体状态和家庭财富的方法
282+
下面是一个类,用于存储实例数据并实现更新总体状态和家庭财富的方法
269283

270284
```{code-cell} ipython3
271285
@@ -480,7 +494,7 @@ plt.show()
480494

481495
我们再次看到,随着金融收入回报的增加,不平等程度也在上升。
482496

483-
最后,让我们通过研究改变金融回报的波动率项$\sigma_r$时会发生什么
497+
最后,让我们通过研究改变金融回报的波动率项$\sigma_r$时会发生什么来结束本节
484498

485499
```{code-cell} ipython3
486500
%%time
@@ -617,4 +631,3 @@ plt.show()
617631

618632
```{solution-end}
619633
```
620-

0 commit comments

Comments
 (0)