Skip to content

Commit ee41c1b

Browse files
committed
up
1 parent e4e899b commit ee41c1b

88 files changed

Lines changed: 11367 additions & 950 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Lecture/00_intro.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
### 小组作业 {.unnumbered}
6464
- 6-8 次,每个小组有 2 次展示机会 (每次 20mins)
65-
- 人数:每个小组 3 人
65+
- 人数:每个小组 3-4
6666
- 报告:需要用 VScode 或 Quarto 写报告
6767
-[Marp]() 或其他基于 Markdown 语法的工具制作 Slides
6868
- 不建议使用 PowerPoint 幻灯片
@@ -77,7 +77,16 @@
7777
- A curated list of AI tools, libraries, and resources for economics research, teaching, and policy analysis.
7878
- Gábor Békés. (2026). **Doing Data Analysis with AI**. [Link](https://gabors-data-analysis.com/ai-course/).
7979

80+
- [awesome-claude-code](https://github.com/jqueryscript/awesome-claude-code)
81+
- A curated list of code examples and resources for using the Claude AI language model in various programming languages and applications.
82+
- [awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills)
83+
- A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
8084

85+
### 概率统计基础
86+
87+
- David Diez, Mine Çetinkaya-Rundel and Johanna Hardin. 2019. OpenIntro Statistics, 4E, [PDF](https://www.biostat.jhsph.edu/~iruczins/teaching/books/2019.openintro.statistics.pdf), [Link](https://open.umn.edu/opentextbooks/textbooks/60). [datasets](https://www.openintro.org/data/), [Slides](https://github.com/OpenIntroStat/openintro-statistics-slides), [中文版-Chp1-6](https://www.openintro.org/go/?id=os4_chinese_translation_ch1-6&referrer=/book/os/index.php)
88+
- Mine Çetinkaya-Rundel and Johanna Hardin, 2024. Introduction to Modern Statistics (2e). [Read Online](https://openintrostat.github.io/ims/), [github](https://github.com/openintrostat/ims)
89+
8190
### Python 语言
8291
- Allen Downey, 2012. Think Python: How to Think Like a Computer Scientist. [-PDF-](https://greenteapress.com/thinkpython/thinkpython.pdf)
8392
- Python 入门,通俗易懂
@@ -129,6 +138,11 @@
129138
* Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. [Link](http://www.deeplearningbook.org). [TensorFlow Exercises](https://www.tensorflow.org/tutorials?hl=zh-cn). [Slides](https://www.deeplearningbook.org/lecture_slides.html). [PDF1](http://alvarestech.com/temp/deep/Deep%20Learning%20by%20Ian%20Goodfellow,%20Yoshua%20Bengio,%20Aaron%20Courville%20%28z-lib.org%29.pdf). [PDF2](https://github.com/janishar/mit-deep-learning-book-pdf/blob/master/complete-book-pdf/Ian%20Goodfellow%2C%20Yoshua%20Bengio%2C%20Aaron%20Courville%20-%20Deep%20Learning%20%282017%2C%20MIT%29.pdf).
130139
* Note: 深度学习领域的代表性教材,系统覆盖前馈网络、卷积网络、序列模型、优化与概率图模型;配有官网、练习资源与课件。
131140

141+
### 非参数估计方法
142+
143+
- Wasserman (2006)《All of Nonparametric Statistics》, [PDF](https://www.stat.cmu.edu/~brian/valerie/617-2022/0%20-%20books/2006%20-%20Wasserman%20All%20Of%20Nonparametric%20Statistics.pdf)
144+
145+
132146
### 其它
133147

134148
- Rob Hicks, 2022. ECON414 Bayesian Econometrics. [Link](https://econ.pages.code.wm.edu/414/notes/docs/index.html).

Lecture/MC_Bootstrap_CV/notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
- file:///D:/python-books/Kelly_2024_Computation_and_Simulation_for_Finance__An_Introduction_with_Python.pdf
3+
24

35
- `syndatakit`: Python package to generate synthetic tabular data calibrated to the statistical properties of real econometric and financial datasets
46

Lecture/basic_distribution/01_population_sample.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,20 @@
200200
"cell_type": "code",
201201
"execution_count": null,
202202
"id": "f9003308",
203-
"metadata": {
204-
"vscode": {
205-
"languageId": "plaintext"
206-
}
207-
},
203+
"metadata": {},
208204
"outputs": [],
209205
"source": []
210206
}
211207
],
212208
"metadata": {
209+
"kernelspec": {
210+
"display_name": "dml050",
211+
"language": "python",
212+
"name": "python3"
213+
},
213214
"language_info": {
214-
"name": "python"
215+
"name": "python",
216+
"version": "3.11.14"
215217
}
216218
},
217219
"nbformat": 4,

Lecture/basic_distribution/02_distribution.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,14 @@
270270
}
271271
],
272272
"metadata": {
273+
"kernelspec": {
274+
"display_name": "dml050",
275+
"language": "python",
276+
"name": "python3"
277+
},
273278
"language_info": {
274-
"name": "python"
279+
"name": "python",
280+
"version": "3.11.14"
275281
}
276282
},
277283
"nbformat": 4,

Lecture/basic_distribution/02_stats_overview.ipynb

Lines changed: 563 additions & 54 deletions
Large diffs are not rendered by default.

Lecture/basic_distribution/akshare_cache/000001_20200101_20260407.csv

Lines changed: 1515 additions & 0 deletions
Large diffs are not rendered by default.

Lecture/basic_distribution/akshare_cache/300750_20200101_20260407.csv

Lines changed: 1515 additions & 0 deletions
Large diffs are not rendered by default.

Lecture/basic_distribution/akshare_cache/600030_20200101_20260407.csv

Lines changed: 1509 additions & 0 deletions
Large diffs are not rendered by default.

Lecture/basic_distribution/akshare_cache/600519_20200101_20260407.csv

Lines changed: 1515 additions & 0 deletions
Large diffs are not rendered by default.

Lecture/basic_distribution/akshare_cache/601398_20200101_20260407.csv

Lines changed: 1515 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)