File tree Expand file tree Collapse file tree 6 files changed +40
-16
lines changed
Expand file tree Collapse file tree 6 files changed +40
-16
lines changed Original file line number Diff line number Diff line change 88 " obsidian-matrix" ,
99 " obsidian-tikzjax" ,
1010 " quickadd" ,
11- " callout-integrator" ,
12- " obsidian-git"
11+ " callout-integrator"
1312]
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1+ summaries:
2+ Empty: values.filter(value.isType("null")).length
13filters:
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("数学")
423formulas:
524 未命名: ""
625views:
@@ -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: 微积分
You can’t perform that action at this time.
0 commit comments