-
Notifications
You must be signed in to change notification settings - Fork 5
/
_toc.yml
40 lines (40 loc) · 1019 Bytes
/
_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
format: jb-book
root: index
parts:
- caption: "Pythonの学習"
chapters:
- file: part_1
- file: 1_Python_Basics
- file: 2_NumPy
- file: 3_Pandas
- file: 4_Matplotlib
- file: 5_SciPy_stats
- file: 6_things_to_note
- caption: "Pythonを使った計量経済分析"
chapters:
- file: part_2
- file: 7_Review_of_Statistics
- file: list_of_terms
- file: 8_Simple_Regression
- file: 9_Multiple_Regression
- file: 10_Residuals
- file: 11_Inference
- file: 12_Asymptotics
- file: 13_Dummies
- file: 14_Hetero
- file: 15_Pooling
- file: 16_linearmodels
- file: 17_Panel
- file: 18_Zero_Conditional_Mean
- file: 19_IV2SLS
- file: 20_LogitProbit
- file: 21_TruncregTobitHeckit
- caption: "番外編"
chapters:
- file: part_3
- file: Descriptive_stats_vs_Graphs
- file: data_source
- url: https://py4macro.github.io
title: "Pythonで学ぶマクロ経済学 (中級+レベル)"
- url: https://py4basics.github.io
title: "経済学のためのPython入門"