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 @@
# 组合优化 / 蒙特卡洛
## `TSPortfolioOptimizer_MonterCarlo`
## `tsPortfolioOptimizer_MonterCarlo`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 汇总 数学优化 约束求解 组合权重 资产配置 投资组合 蒙特卡洛 随机模拟 -->
### `fSimulateTime`
### `FSimulateTime`
声明:field
@@ -18,7 +18,7 @@
类型:numeric
### `fInitialCapital`
### `FInitialCapital`
声明:field
@@ -28,7 +28,7 @@
类型:numeric
### `fSimulateNumber`
### `FSimulateNumber`
声明:field
@@ -38,7 +38,7 @@
类型:integer
### `fTargetCapital`
### `FTargetCapital`
声明:field
@@ -48,7 +48,7 @@
类型:numeric
### `fAddCapital`
### `FAddCapital`
声明:field
@@ -58,7 +58,7 @@
类型:numeric
### `fSampleMethod`
### `FSampleMethod`
声明:field
@@ -68,7 +68,7 @@
类型:integer
### `fAssetArray`
### `FAssetArray`
声明:field
@@ -78,7 +78,7 @@
类型:array
### `fAssetReturn`
### `FAssetReturn`
声明:field
@@ -88,7 +88,7 @@
类型:array
### `fAssetReturnCov`
### `FAssetReturnCov`
声明:field
@@ -98,7 +98,7 @@
类型:array
### `fAssetExpectReturn`
### `FAssetExpectReturn`
声明:field
@@ -108,7 +108,7 @@
类型:array
### `fWeight`
### `FWeight`
声明:field
@@ -118,7 +118,7 @@
类型:array
### `fWeightType`
### `FWeightType`
声明:field
@@ -128,7 +128,7 @@
类型:integer
### `assetOriginWeight(stocks)`
### `AssetOriginWeight(stocks)`
声明:function
@@ -144,7 +144,7 @@
返回:array
### `nodeWeight(n)`
### `NodeWeight(n)`
声明:function
@@ -158,7 +158,7 @@
| ---- | ------- | ----------------- |
| `n` | integer | 整数,第 N 个节点 |
### `randMVNSampling()`
### `RandMVNSampling()`
声明:function
@@ -170,7 +170,7 @@
返回:array
### `getAnalyzeResults()`
### `GetAnalyzeResults()`
声明:function
@@ -182,7 +182,7 @@
返回:array
### `getPathweight()`
### `GetPathweight()`
声明:function
@@ -194,7 +194,7 @@
返回:array
### `getCapitalpath()`
### `GetCapitalpath()`
声明:function