📝 docs(tsl): sync api skill with corrected codegen

Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -3035,17 +3035,6 @@ return histc(a, b);
返回:array
## `Anova_Bartlett(groups, alpha)`
执行 Bartlett 方差齐性检验。
| 参数 | 类型 | 说明 |
| -------- | ----- | ---------- |
| `groups` | array | 各组观测值 |
| `alpha` | float | 显著性水平 |
返回:array
## `Anova_Levene(groups, alpha)`
执行 Levene 方差齐性检验。