Skip to content

Commit def506d

Browse files
authored
Update rational_expectations.md
1 parent 0c5bb2f commit def506d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/rational_expectations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
7171
mpl.font_manager.fontManager.addfont(FONTPATH)
7272
plt.rcParams['font.family'] = ['Source Han Serif SC']
7373
74-
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
74+
plt.rcParams["figure.figsize"] = (11, 5) #设置默认图片尺寸
7575
import numpy as np
7676
```
7777

@@ -448,7 +448,7 @@ Lucas和Prescott {cite}`LucasPrescott1971` 使用这种方法构建了理性预
448448

449449
我们的解决思路是将市场问题的欧拉方程与单个个体选择问题的欧拉方程相匹配。
450450

451-
正如我们将看到的,这个规划问题可以通过LQ控制({doc}`linear regulator <lqcontrol>`)来解决。
451+
正如我们将看到的,这个规划问题可以通过LQ控制({doc}`线性调节器 <lqcontrol>`)来解决。
452452

453453
规划问题的最优产出量就是理性预期均衡的产出量。
454454

0 commit comments

Comments
 (0)