playbook/docs/tsl/reference/catalog/math.md

38 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 数学函数
文档类型:函数事实路由页
是否可直接用于生成代码:是;进入分类详情页后按函数事实条目生成调用
遇到不确定时:回到 [../index.md](../index.md)、[../../syntax/index.md](../../syntax/index.md)
这一页是数学函数的轻量入口,不直接承载全部函数事实。生成函数调用时,先按分类目录进入详情页,再只读取命中的函数条目和参数表。
## 模块范围
- 说明:数值计算、统计分析、矩阵处理与数学算法
- 函数事实数472
## 智能体检索规则
1. 用户只描述能力时,先按“分类目录”选择候选详情页。
2. 用户给出函数名时,优先在 `math/` 子目录中搜索三级函数标题。
3. 只读取命中的函数条目、相邻分类标题和必要参数表;不要把同页其它函数混进当前调用。
4. 没有命中函数事实条目时,不要发明函数名;回到 [../index.md](../index.md) 或项目实际代码确认。
## 分类目录
| 分类 | 详情页 | 函数事实数 |
| ------------------ | ------------------------------------------------------------------ | ---------: |
| 矩阵与数组 | [math/matrix_and_arrays.md](math/matrix_and_arrays.md) | 14 |
| 数值方法 | [math/numerical_methods.md](math/numerical_methods.md) | 39 |
| 初等数学与判断 | [math/elementary_math.md](math/elementary_math.md) | 55 |
| 三角、角度与双曲线 | [math/trig_angle_hyperbolic.md](math/trig_angle_hyperbolic.md) | 42 |
| 描述统计 | [math/statistics_descriptive.md](math/statistics_descriptive.md) | 67 |
| 统计分布 | [math/distribution.md](math/distribution.md) | 116 |
| 财务数学 | [math/financial_math.md](math/financial_math.md) | 12 |
| 统计推断 | [math/statistical_inference.md](math/statistical_inference.md) | 25 |
| 多元统计分析 | [math/multivariate_statistics.md](math/multivariate_statistics.md) | 26 |
| 回归分析 | [math/regression.md](math/regression.md) | 34 |
| 灰色系统与小波分析 | [math/gray_and_wavelet.md](math/gray_and_wavelet.md) | 9 |
| 时间序列分析 | [math/time_series.md](math/time_series.md) | 25 |
| 优化与规划 | [math/optimization.md](math/optimization.md) | 8 |