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
@@ -1,6 +1,6 @@
# 回测 / 指数基金
## `TSIndexFund`
## `tsIndexFund`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 调用 组合权重 资产配置 历史模拟 策略验证 基金产品 基金研究 基准指数 -->
### `backTest()`
### `BackTest()`
声明:function
@@ -18,7 +18,7 @@
可见性:`public`
### `getTimeSeries()`
### `GetTimeSeries()`
声明:function
@@ -30,7 +30,7 @@
返回:array
### `getIndexWeight(v_end_t, v_prev_end_t)`
### `GetIndexWeight(v_end_t, v_prev_end_t)`
声明:function
@@ -47,7 +47,7 @@
返回:array
### `getSamples(v_end_t, v_prev_end_t)`
### `GetSamples(v_end_t, v_prev_end_t)`
声明:function
@@ -64,7 +64,7 @@
返回:array
### `getSampleWeight(v_end_t, v_prev_end_t)`
### `GetSampleWeight(v_end_t, v_prev_end_t)`
声明:function