📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 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