-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_toc.yml
42 lines (42 loc) · 1.01 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
format: jb-book
root: index
parts:
- caption: "Pythonの学習"
chapters:
- url: https://py4basics.github.io
title: "経済学のためのPython入門"
- caption: "長期分析"
chapters:
- file: 5a_Development_Accounting
- file: 5b_Growth_Accounting
- file: 6_Regression
- file: 7_DifferenceEq
- file: 8_Solow
- file: 9_Convergence
- file: 19_PPP
- caption: "短期データ分析"
chapters:
- file: 13a_Random_Variables
- file: 10_Data_Fluctuation
- file: 11a_Okun_Phillips
- file: 11b_Money_Inflation
- file: 16_data_on_money
- caption: "短期定量分析"
chapters:
- file: 18_ADAS-1
- file: 18_ADAS-2
- caption: "短期モデル分析"
chapters:
- file: 12_IS-MP-PC
- file: 13b_Stochastic_Solow
- file: 14_linearsolve
- file: 15_RBC
- caption: "ToDo"
chapters:
- file: Plan
- caption: "参考"
chapters:
- url: https://py4basics.github.io/Gapminder.html
title: "Gapminder"
- url: https://py4etrics.github.io
title: "Pythonで学ぶ入門計量経済学"