📦 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 @@
# 数学函数 / 概率分布
## `Norm_LinearTransform(mu, sigma, a, b)`
声明:function
正态分布线性变换,得到变换后的均值、协方差或方差
| 参数 | 类型 | 说明 |
| ------- | ----- | -------------------------------------- |
| `mu` | array | 实数或二维数组(n\*1),原正态分布均值 |
| `sigma` | array | 实数或二维数组(n\*1),原正态分布方差 |
| `a` | array | 实数或二维数组(n\*1),线性变换常数项 |
| `b` | array | 实数或二维数组(n\*1),线性变换系数项 |
返回:array