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 @@
# 事件套利 / 事件统计
## `TSEventStatisticalAnalysis`
## `tsEventStatisticalAnalysis`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 分析 汇总 事件驱动 事件研究 统计检验 事件套利 -->
### `fData`
### `FData`
声明:field
@@ -18,7 +18,7 @@
类型:array
### `fDayArr`
### `FDayArr`
声明:field
@@ -28,7 +28,7 @@
类型:array
### `fCycle`
### `FCycle`
声明:field
@@ -38,7 +38,7 @@
类型:string
### `fIndexID`
### `FIndexID`
声明:field
@@ -48,7 +48,7 @@
类型:string
### `fCtype`
### `FCtype`
声明:field
@@ -58,7 +58,7 @@
类型:int
### `getSampleData()`
### `GetSampleData()`
声明:function
@@ -70,7 +70,7 @@
返回:array
### `getSampleData2(data)`
### `GetSampleData2(data)`
声明:function
@@ -86,7 +86,7 @@
返回:array
### `getDayArr()`
### `GetDayArr()`
声明:function
@@ -98,7 +98,7 @@
返回:array
### `getStockReturn(stock_id, beg_t, end_t)`
### `GetStockReturn(stock_id, beg_t, end_t)`
声明:function
@@ -116,7 +116,7 @@
返回:real
### `getIndexReturn(stock_id, beg_t, end_t)`
### `GetIndexReturn(stock_id, beg_t, end_t)`
声明:function
@@ -134,7 +134,7 @@
返回:real
### `getIndexByEndT(stock_id, end_t)`
### `GetIndexByEndT(stock_id, end_t)`
声明:function
@@ -151,7 +151,7 @@
返回:string
### `get_Ret_Detail(date_opt, return_opt, return_type)`
### `Get_Ret_Detail(date_opt, return_opt, return_type)`
声明:function
@@ -169,7 +169,7 @@
返回:array
### `get_Ret_Performance(return_opt, method)`
### `Get_Ret_Performance(return_opt, method)`
声明:function
@@ -186,7 +186,7 @@
返回:array
### `get_Ret_Performance2(n, rsp_cy, return_opt, method)`
### `Get_Ret_Performance2(n, rsp_cy, return_opt, method)`
声明:function
@@ -205,7 +205,7 @@
返回:array
### `get_Ret_Describe(return_opt)`
### `Get_Ret_Describe(return_opt)`
声明:function
@@ -221,7 +221,7 @@
返回:array
### `get_Ret_Describe2(rsp_cy, n, return_opt)`
### `Get_Ret_Describe2(rsp_cy, n, return_opt)`
声明:function
@@ -239,7 +239,7 @@
返回:array
### `get_Ret_StatofAlpha()`
### `Get_Ret_StatofAlpha()`
声明:function
@@ -251,7 +251,7 @@
返回:array
### `get_Ret_StatofAlpha2(rsp_cy, n)`
### `Get_Ret_StatofAlpha2(rsp_cy, n)`
声明:function
@@ -268,7 +268,7 @@
返回:array
### `get_Ret_Detail2(data_opt, return_opt, ctype)`
### `Get_Ret_Detail2(data_opt, return_opt, ctype)`
声明:function
@@ -286,7 +286,7 @@
返回:array
### `get_Ret_Performance3(return_opt, method, ctype, begt, endt)`
### `Get_Ret_Performance3(return_opt, method, ctype, begt, endt)`
声明:function