feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -0,0 +1,16 @@
# 应用专题 / 数学算法
## `frameMean_targetMean(data, b_type)`
声明:function
计算均值压缩估计使用的目标均值向量
<!-- tags: 数学算法 压缩估计 均值 -->
| 参数 | 类型 | 说明 |
| -------- | ------ | ------------------------------------------------------------------------------- |
| `data` | array | 二维数据表,T×N,T 期样本数量,N 个股票 |
| `b_type` | string | 目标均值向量:b0 零向量、b1 均值、b2 波动率加权均值、b3 样本均值的均方误差 |
返回:array