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