diff --git a/README.md b/README.md index 0cef04c9..922a45d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # 统计学自学指南 Notion Page - -https://pine-engine-d85.notion.site/Stats-Self-Learning-7063df813e7a416d82c03b83a771694c?pvs=4 diff --git a/docs/coding/coding.md b/docs/coding/coding.md deleted file mode 100644 index 6e28ffa1..00000000 --- a/docs/coding/coding.md +++ /dev/null @@ -1,3 +0,0 @@ -# 编程入门 - -参考 [CS自学指南 (csdiy.wiki)](https://csdiy.wiki/CS学习规划/) 中的编程入门 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index f88712d6..6364ba7a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,10 @@ # 前言 -这是一本统计的自学指南, 也是对自己在西大数院自学生涯的一个纪念. +这是一本统计的自学指南, 也是对自己在数院自学生涯的一个纪念. 十分感谢各高校的学长学姐们对当代大学的思考, 与此同时输出了一系列很有价值的东西, 进而使我们后辈们能看到, 能开始真正思考. -==目前已经转移至 [Notion Page](https://pine-engine-d85.notion.site/STUDY-7063df813e7a416d82c03b83a771694c?pvs=4).== +==*目前已经转移至 Notion Page.*== ## 为什么写这本书? diff --git "a/docs/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225/cs61b.md" "b/docs/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225/cs61b.md" deleted file mode 100644 index 8e575f62..00000000 --- "a/docs/\346\225\260\346\215\256\347\273\223\346\236\204\344\270\216\347\256\227\346\263\225/cs61b.md" +++ /dev/null @@ -1,3 +0,0 @@ -# 数据结构与算法 - -参考 [UCB CS61B: Data Structures and Algorithms ](https://csdiy.wiki/数据结构与算法/CS61B/) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 61269ac2..f50ea481 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ # [Info] -site_name: 统计自学指南 # 左上角标题 +site_name: 统计学自学指南 # 左上角标题 site_url: https://XuankaiWang.github.io site_author: kamdenwang site_description: stats-self-learning @@ -21,8 +21,6 @@ nav: - "Algebra": "algebra/ladr.md" - 初等数论: - "MIT 18.781: Theory Of Numbers": "number_theory/index.md" - - 编程入门: - - "编程入门": "coding/coding.md" - 微分方程: - "MIT 18.03: Differential Equations": "ode/mit18.03.md" - "MIT RES.18-009: Learn Differential Equations: Up Close With Gilbert Strang And Cleve Moler": "ode/mit18.009.md" @@ -31,8 +29,6 @@ nav: - "Stanford CS205A: Mathematical Methods for Computer Vision, Robotics, and Graphics": "矩阵数值分析/cs205a.md" - "UW CSE559I: The art and science of positive definite matrices": "矩阵数值分析/cse559i.md" - "MIT 18.330 : Introduction to numerical analysis": "矩阵数值分析/mit18.330.md" - - 数据结构与算法: - - "数据结构与算法": "数据结构与算法/cs61b.md" - 概率论与随机过程: - "NTHU MATH2810: Probability": "probability/math2810.md" - "Yale Statistics251/551: Stochastic Process": "probability/yale251.md" @@ -51,16 +47,17 @@ nav: - "UW STAT512: Introduction to Statistical Inference": "stats/stat512.md" - "Stanford Stat300: Theory of Statistics": "stats/stat300.md" - "Supplementary": "stats/sup.md" - - 机器学习: - - "NTU Machine Learning": "ml/ntuml.md" - - "Coursera: Machine Learning": "ml/coursera.md" - - "Stanford CS229: Machine Learning": "ml/cs229.md" - - "Supplementary": "ml/sup.md" + - 统计计算: - 凸优化: - "Stanford EE364A: Convex Optimization": "凸优化/stanford.md" - "CMU Convex Optimization": "凸优化/cmu.md" - 多元统计分析: - "NTHU STAT5191: Applied Multivariate Analysis": "多元统计分析/stat5191.md" + - 机器学习: + - "NTU Machine Learning": "ml/ntuml.md" + - "Coursera: Machine Learning": "ml/coursera.md" + - "Stanford CS229: Machine Learning": "ml/cs229.md" + - "Supplementary": "ml/sup.md" - 时间序列分析: - "UA Stat479: Time Series Analysis": "时间序列分析/stat479.md" - 离散数学与应用概率论: @@ -78,7 +75,9 @@ nav: - "NTHU STAT5410: Linear Models": "linear/stat5410.md" - "UA Stat378: Applied Regression Analysis": "linear/stat378.md" - "Yale Statistics312/612: Linear Models": "linear/yale312.md" - + - 非参数统计: + - 因果推断: + - 高维统计: # [UI]