♻️ refactor(tsl-api): tighten docs and retire stale tests

This commit is contained in:
csh
2026-08-21 10:11:48 +08:00
parent 2e8c46e152
commit 5484fc7519
24 changed files with 505 additions and 2700 deletions
@@ -8,9 +8,9 @@
<!-- tags: 数学算法 压缩估计 均值 -->
| 参数 | 类型 | 说明 |
| -------- | ------ | ------------------------------------------------------------------------------- |
| `data` | array | 二维数据表,T×N,T 期样本数量,N 个股票 |
| 参数 | 类型 | 说明 |
| -------- | ------ | -------------------------------------------------------------------------- |
| `data` | array | 二维数据表,T×N,T 期样本数量,N 个股票 |
| `b_type` | string | 目标均值向量:b0 零向量、b1 均值、b2 波动率加权均值、b3 样本均值的均方误差 |
返回:array