feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -0,0 +1,35 @@
# 第三方交互
## `getStockSCov(index_id, end_t, cycle, n)`
声明:function
获取天软与Matlab交互时间效率探索所需的数据或计算结果
<!-- tags: 查询 协方差矩阵 风险矩阵 证券 个股 时间处理 日期时间 MATLAB -->
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------------------------ |
| `index_id` | string | 目标证券、指数、基金或对象的代码标识 |
| `end_t` | datetime | 计算或查询区间的结束日期 |
| `cycle` | string | 计算或行情数据使用的周期 |
| `n` | integer | 计算使用的期数、样本数或窗口长度 |
返回:any
## `getStockSLnZf(index_id, end_t, cycle, n)`
声明:function
获取天软与Matlab交互时间效率探索所需的数据或计算结果
<!-- tags: 查询 证券 个股 时间处理 日期时间 MATLAB -->
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------------------------ |
| `index_id` | string | 目标证券、指数、基金或对象的代码标识 |
| `end_t` | datetime | 计算或查询区间的结束日期 |
| `cycle` | string | 计算或行情数据使用的周期 |
| `n` | integer | 计算使用的期数、样本数或窗口长度 |
返回:any