Skip to content

Commit 3fe36f2

Browse files
committed
修改README目录, 符合最新文件结构; 更新新版目录筛选规则, 支持嵌套仓库使用; 补充复分析中缺失的图片
1 parent 51285c4 commit 3fe36f2

File tree

6 files changed

+40
-16
lines changed

6 files changed

+40
-16
lines changed

.obsidian/community-plugins.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"obsidian-matrix",
99
"obsidian-tikzjax",
1010
"quickadd",
11-
"callout-integrator",
12-
"obsidian-git"
11+
"callout-integrator"
1312
]

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,17 @@
3838
6. [线性空间](线性代数/线性空间/---线性空间---.md)
3939
7. [补充](线性代数/补充/---补充---.md)
4040
- [概率论](概率论/--概率论--.md)
41-
1. [概率论基本概念](---概率论基础---.md)
41+
1. [概率论基础](概率论/概率论基础/---概率论基础---.md)
4242
2. [随机变量](概率论/随机变量/---随机变量---.md)
4343
3. [多维随机变量](概率论/多维随机变量/---多维随机变量---.md)
4444
4. [随机变量函数](概率论/随机变量函数/---随机变量函数---.md)
45-
5. [无穷样本的统计行为](---极限定理---.md)
45+
5. [极限定理](概率论/极限定理/---极限定理---.md)
4646
6. [抽样分布](概率论/抽样分布/---抽样分布---.md)
4747
7. [参数估计](概率论/参数估计/---参数估计---.md)
4848
8. [假设检验](概率论/假设检验/---假设检验---.md)
49-
9. [方差分析及回](---方差分析及回归---.md)
50-
10. [bootstrap方法](bootstrap方法.md)
51-
11. [随机过程及统计描述](---随机过程---.md)
52-
12. [马尔可夫链](---随机过程---.md)
53-
13. [平稳随机过程](概率论/---平稳随机过程---.md)
49+
9. [方差分析及回归](概率论/方差分析及回归/---方差分析及回归---.md)
50+
10. [随机过程](概率论/随机过程/---随机过程---.md)
51+
11. [平稳随机过程](概率论/平稳随机过程/---平稳随机过程---.md)
5452
- [高等数学进阶](Other/-高等数学进阶-.md) (**补充**, 未开发,仅适合内容前瞻)
5553
- [复分析](Other/复分析/--复分析--.md)
5654
- [离散数学](Other/离散数学/--离散数学--.md)

_assets_/Images/copyImage 1.webp

311 KB
Loading

_assets_/Images/copyImage 2.webp

123 KB
Loading

_assets_/Images/copyImage.webp

277 KB
Loading

新版目录.base

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
summaries:
2+
Empty: values.filter(value.isType("null")).length
13
filters:
2-
and:
3-
- file.tags.contains("数学")
4+
or:
5+
- and:
6+
- file.path.contains("Math/")
7+
- or:
8+
- file.path.contains("微积分/")
9+
- file.path.contains("线性代数/")
10+
- file.path.contains("概率论/")
11+
- file.path.contains("Other/")
12+
- file.ext == "md"
13+
- file.tags.contains("数学")
14+
- and:
15+
- '!file.path.contains("Math/")'
16+
- or:
17+
- file.path.startsWith("微积分/")
18+
- file.path.startsWith("线性代数/")
19+
- file.path.startsWith("概率论/")
20+
- file.path.startsWith("Other/")
21+
- file.ext == "md"
22+
- file.tags.contains("数学")
423
formulas:
524
未命名: ""
625
views:
@@ -10,18 +29,26 @@ views:
1029
- finished
1130
- file.name
1231
- chapter
32+
- author
1333
- dlink
34+
- file.backlinks
35+
- tags
1436
- aliases
15-
- author
1637
- file.path
1738
- file.tags
39+
- file.folder
40+
- file.embeds
1841
sort:
19-
- property: dlink
20-
direction: ASC
21-
- property: chapter
22-
direction: ASC
42+
- property: file.folder
43+
direction: DESC
2344
- property: file.path
2445
direction: ASC
46+
- property: file.backlinks
47+
direction: DESC
48+
- property: file.name
49+
direction: DESC
50+
- property: dlink
51+
direction: DESC
2552
columnSize: {}
2653
- type: table
2754
name: 微积分

0 commit comments

Comments
 (0)