We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb6ba7 commit cd03fbbCopy full SHA for cd03fbb
lectures/cake_eating_problem.md
@@ -30,18 +30,14 @@ kernelspec:
30
在阅读本讲之前,读者可能会发现复习以下讲座会有帮助:
31
32
* {doc}`最短路径讲座 <intro:short_path>`
33
-* {doc}`基础麦考尔模型 <mccall_model>`
+* {doc}`基础McCall模型 <mccall_model>`
34
* {doc}`带分离的McCall模型 <mccall_model_with_separation>`
35
* {doc}`带分离和连续工资分布的McCall模型 <mccall_fitted_vfi>`
36
37
在接下来的内容中,我们需要导入以下模块:
38
39
```{code-cell} ipython
40
import matplotlib.pyplot as plt
41
-FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
42
-mpl.font_manager.fontManager.addfont(FONTPATH)
43
-plt.rcParams['font.family'] = ['Source Han Serif SC']
44
-
45
import numpy as np
46
```
47
## 模型
0 commit comments