📦 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
@@ -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