@univerjs/sheets-formula 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +4 -55
- package/lib/cjs/index.js +4040 -3694
- package/lib/cjs/locale/ar-SA.js +10538 -0
- package/lib/cjs/locale/ca-ES.js +10307 -6
- package/lib/cjs/locale/de-DE.js +10538 -0
- package/lib/cjs/locale/en-US.js +10532 -6
- package/lib/cjs/locale/es-ES.js +10307 -6
- package/lib/cjs/locale/fa-IR.js +10817 -6
- package/lib/cjs/locale/fr-FR.js +10783 -6
- package/lib/cjs/locale/id-ID.js +10538 -0
- package/lib/cjs/locale/it-IT.js +10538 -0
- package/lib/cjs/locale/ja-JP.js +10306 -6
- package/lib/cjs/locale/ko-KR.js +10306 -6
- package/lib/cjs/locale/pl-PL.js +10538 -0
- package/lib/cjs/locale/pt-BR.js +10538 -0
- package/lib/cjs/locale/ru-RU.js +10340 -6
- package/lib/cjs/locale/sk-SK.js +10306 -6
- package/lib/cjs/locale/vi-VN.js +10307 -6
- package/lib/cjs/locale/zh-CN.js +10307 -6
- package/lib/cjs/locale/zh-HK.js +10538 -0
- package/lib/cjs/locale/zh-TW.js +10307 -6
- package/lib/es/facade.js +6 -57
- package/lib/es/index.js +4036 -3697
- package/lib/es/locale/ar-SA.js +10537 -0
- package/lib/es/locale/ca-ES.js +10307 -6
- package/lib/es/locale/de-DE.js +10537 -0
- package/lib/es/locale/en-US.js +10532 -6
- package/lib/es/locale/es-ES.js +10307 -6
- package/lib/es/locale/fa-IR.js +10817 -6
- package/lib/es/locale/fr-FR.js +10783 -6
- package/lib/es/locale/id-ID.js +10537 -0
- package/lib/es/locale/it-IT.js +10537 -0
- package/lib/es/locale/ja-JP.js +10306 -6
- package/lib/es/locale/ko-KR.js +10306 -6
- package/lib/es/locale/pl-PL.js +10537 -0
- package/lib/es/locale/pt-BR.js +10537 -0
- package/lib/es/locale/ru-RU.js +10340 -6
- package/lib/es/locale/sk-SK.js +10306 -6
- package/lib/es/locale/vi-VN.js +10307 -6
- package/lib/es/locale/zh-CN.js +10307 -6
- package/lib/es/locale/zh-HK.js +10537 -0
- package/lib/es/locale/zh-TW.js +10307 -6
- package/lib/facade.js +6 -57
- package/lib/index.js +4036 -3697
- package/lib/locale/ar-SA.js +10537 -0
- package/lib/locale/ca-ES.js +10307 -6
- package/lib/locale/de-DE.js +10537 -0
- package/lib/locale/en-US.js +10532 -6
- package/lib/locale/es-ES.js +10307 -6
- package/lib/locale/fa-IR.js +10817 -6
- package/lib/locale/fr-FR.js +10783 -6
- package/lib/locale/id-ID.js +10537 -0
- package/lib/locale/it-IT.js +10537 -0
- package/lib/locale/ja-JP.js +10306 -6
- package/lib/locale/ko-KR.js +10306 -6
- package/lib/locale/pl-PL.js +10537 -0
- package/lib/locale/pt-BR.js +10537 -0
- package/lib/locale/ru-RU.js +10340 -6
- package/lib/locale/sk-SK.js +10306 -6
- package/lib/locale/vi-VN.js +10307 -6
- package/lib/locale/zh-CN.js +10307 -6
- package/lib/locale/zh-HK.js +10537 -0
- package/lib/locale/zh-TW.js +10307 -6
- package/lib/types/controllers/active-dirty.controller.d.ts +1 -0
- package/lib/types/controllers/formula-calculation-session.controller.d.ts +24 -0
- package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +7 -1
- package/lib/types/facade/f-formula.d.ts +20 -19
- package/lib/types/facade/f-range.d.ts +3 -3
- package/lib/types/index.d.ts +3 -0
- package/lib/types/locale/ar-SA.d.ts +18 -0
- package/lib/types/locale/de-DE.d.ts +18 -0
- package/lib/types/locale/en-US.d.ts +10450 -7
- package/lib/types/locale/function-list/array/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/array/en-US.d.ts +58 -0
- package/lib/types/locale/function-list/array/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/array/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/array/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/array/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/array/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/array/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/array/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/array/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/array/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/array/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +838 -0
- package/lib/types/locale/function-list/compatibility/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/cube/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/cube/en-US.d.ts +144 -0
- package/lib/types/locale/function-list/cube/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/cube/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/cube/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/cube/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/cube/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/cube/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/cube/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/cube/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/cube/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/cube/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/database/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/database/en-US.d.ts +282 -0
- package/lib/types/locale/function-list/database/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/database/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/database/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/database/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/database/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/database/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/database/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/database/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/database/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/database/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/date/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/date/en-US.d.ts +490 -0
- package/lib/types/locale/function-list/date/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/date/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/date/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/date/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/date/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/date/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/date/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/date/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/date/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/date/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/en-US.d.ts +940 -0
- package/lib/types/locale/function-list/engineering/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/financial/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/financial/en-US.d.ts +1608 -0
- package/lib/types/locale/function-list/financial/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/financial/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/financial/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/financial/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/financial/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/information/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/information/en-US.d.ts +386 -0
- package/lib/types/locale/function-list/information/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/information/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/information/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/information/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/information/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/information/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/information/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/information/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/information/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/logical/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/logical/en-US.d.ts +390 -0
- package/lib/types/locale/function-list/logical/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/logical/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/logical/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/logical/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/logical/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/en-US.d.ts +820 -0
- package/lib/types/locale/function-list/lookup/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/math/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/math/en-US.d.ts +1410 -0
- package/lib/types/locale/function-list/math/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/math/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/math/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/math/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/math/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/math/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/math/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/math/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/math/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/en-US.d.ts +2308 -0
- package/lib/types/locale/function-list/statistical/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/text/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/text/en-US.d.ts +988 -0
- package/lib/types/locale/function-list/text/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/text/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/text/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/text/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/text/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/text/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/text/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/text/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/text/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/text/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/univer/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/univer/en-US.d.ts +17 -0
- package/lib/types/locale/function-list/univer/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/univer/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/univer/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/univer/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/univer/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/univer/ru-RU.d.ts +17 -0
- package/lib/types/locale/function-list/univer/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/univer/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/univer/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/univer/zh-TW.d.ts +18 -0
- package/lib/types/locale/function-list/web/ca-ES.d.ts +18 -0
- package/lib/types/locale/function-list/web/en-US.d.ts +68 -0
- package/lib/types/locale/function-list/web/es-ES.d.ts +18 -0
- package/lib/types/locale/function-list/web/fa-IR.d.ts +18 -0
- package/lib/types/locale/function-list/web/fr-FR.d.ts +18 -0
- package/lib/types/locale/function-list/web/ja-JP.d.ts +18 -0
- package/lib/types/locale/function-list/web/ko-KR.d.ts +18 -0
- package/lib/types/locale/function-list/web/ru-RU.d.ts +18 -0
- package/lib/types/locale/function-list/web/sk-SK.d.ts +18 -0
- package/lib/types/locale/function-list/web/vi-VN.d.ts +18 -0
- package/lib/types/locale/function-list/web/zh-CN.d.ts +18 -0
- package/lib/types/locale/function-list/web/zh-TW.d.ts +18 -0
- package/lib/types/locale/id-ID.d.ts +18 -0
- package/lib/types/locale/it-IT.d.ts +18 -0
- package/lib/types/locale/pl-PL.d.ts +18 -0
- package/lib/types/locale/pt-BR.d.ts +18 -0
- package/lib/types/locale/zh-HK.d.ts +18 -0
- package/lib/types/services/formula-calculation-session.service.d.ts +48 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +44 -0
- package/lib/umd/locale/ca-ES.js +39 -1
- package/lib/umd/locale/de-DE.js +44 -0
- package/lib/umd/locale/en-US.js +44 -1
- package/lib/umd/locale/es-ES.js +39 -1
- package/lib/umd/locale/fa-IR.js +44 -1
- package/lib/umd/locale/fr-FR.js +44 -1
- package/lib/umd/locale/id-ID.js +44 -0
- package/lib/umd/locale/it-IT.js +44 -0
- package/lib/umd/locale/ja-JP.js +43 -1
- package/lib/umd/locale/ko-KR.js +37 -1
- package/lib/umd/locale/pl-PL.js +44 -0
- package/lib/umd/locale/pt-BR.js +44 -0
- package/lib/umd/locale/ru-RU.js +31 -1
- package/lib/umd/locale/sk-SK.js +39 -1
- package/lib/umd/locale/vi-VN.js +43 -1
- package/lib/umd/locale/zh-CN.js +44 -1
- package/lib/umd/locale/zh-HK.js +44 -0
- package/lib/umd/locale/zh-TW.js +44 -1
- package/package.json +9 -9
|
@@ -0,0 +1,838 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2023-present DreamNum Co., Ltd.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
declare const locale: {
|
|
17
|
+
BETADIST: {
|
|
18
|
+
description: string;
|
|
19
|
+
abstract: string;
|
|
20
|
+
links: {
|
|
21
|
+
title: string;
|
|
22
|
+
url: string;
|
|
23
|
+
}[];
|
|
24
|
+
functionParameter: {
|
|
25
|
+
x: {
|
|
26
|
+
name: string;
|
|
27
|
+
detail: string;
|
|
28
|
+
};
|
|
29
|
+
alpha: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
beta: {
|
|
34
|
+
name: string;
|
|
35
|
+
detail: string;
|
|
36
|
+
};
|
|
37
|
+
A: {
|
|
38
|
+
name: string;
|
|
39
|
+
detail: string;
|
|
40
|
+
};
|
|
41
|
+
B: {
|
|
42
|
+
name: string;
|
|
43
|
+
detail: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
BETAINV: {
|
|
48
|
+
description: string;
|
|
49
|
+
abstract: string;
|
|
50
|
+
links: {
|
|
51
|
+
title: string;
|
|
52
|
+
url: string;
|
|
53
|
+
}[];
|
|
54
|
+
functionParameter: {
|
|
55
|
+
probability: {
|
|
56
|
+
name: string;
|
|
57
|
+
detail: string;
|
|
58
|
+
};
|
|
59
|
+
alpha: {
|
|
60
|
+
name: string;
|
|
61
|
+
detail: string;
|
|
62
|
+
};
|
|
63
|
+
beta: {
|
|
64
|
+
name: string;
|
|
65
|
+
detail: string;
|
|
66
|
+
};
|
|
67
|
+
A: {
|
|
68
|
+
name: string;
|
|
69
|
+
detail: string;
|
|
70
|
+
};
|
|
71
|
+
B: {
|
|
72
|
+
name: string;
|
|
73
|
+
detail: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
BINOMDIST: {
|
|
78
|
+
description: string;
|
|
79
|
+
abstract: string;
|
|
80
|
+
links: {
|
|
81
|
+
title: string;
|
|
82
|
+
url: string;
|
|
83
|
+
}[];
|
|
84
|
+
functionParameter: {
|
|
85
|
+
numberS: {
|
|
86
|
+
name: string;
|
|
87
|
+
detail: string;
|
|
88
|
+
};
|
|
89
|
+
trials: {
|
|
90
|
+
name: string;
|
|
91
|
+
detail: string;
|
|
92
|
+
};
|
|
93
|
+
probabilityS: {
|
|
94
|
+
name: string;
|
|
95
|
+
detail: string;
|
|
96
|
+
};
|
|
97
|
+
cumulative: {
|
|
98
|
+
name: string;
|
|
99
|
+
detail: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
CHIDIST: {
|
|
104
|
+
description: string;
|
|
105
|
+
abstract: string;
|
|
106
|
+
links: {
|
|
107
|
+
title: string;
|
|
108
|
+
url: string;
|
|
109
|
+
}[];
|
|
110
|
+
functionParameter: {
|
|
111
|
+
x: {
|
|
112
|
+
name: string;
|
|
113
|
+
detail: string;
|
|
114
|
+
};
|
|
115
|
+
degFreedom: {
|
|
116
|
+
name: string;
|
|
117
|
+
detail: string;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
CHIINV: {
|
|
122
|
+
description: string;
|
|
123
|
+
abstract: string;
|
|
124
|
+
links: {
|
|
125
|
+
title: string;
|
|
126
|
+
url: string;
|
|
127
|
+
}[];
|
|
128
|
+
functionParameter: {
|
|
129
|
+
probability: {
|
|
130
|
+
name: string;
|
|
131
|
+
detail: string;
|
|
132
|
+
};
|
|
133
|
+
degFreedom: {
|
|
134
|
+
name: string;
|
|
135
|
+
detail: string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
CHITEST: {
|
|
140
|
+
description: string;
|
|
141
|
+
abstract: string;
|
|
142
|
+
links: {
|
|
143
|
+
title: string;
|
|
144
|
+
url: string;
|
|
145
|
+
}[];
|
|
146
|
+
functionParameter: {
|
|
147
|
+
actualRange: {
|
|
148
|
+
name: string;
|
|
149
|
+
detail: string;
|
|
150
|
+
};
|
|
151
|
+
expectedRange: {
|
|
152
|
+
name: string;
|
|
153
|
+
detail: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
CONFIDENCE: {
|
|
158
|
+
description: string;
|
|
159
|
+
abstract: string;
|
|
160
|
+
links: {
|
|
161
|
+
title: string;
|
|
162
|
+
url: string;
|
|
163
|
+
}[];
|
|
164
|
+
functionParameter: {
|
|
165
|
+
alpha: {
|
|
166
|
+
name: string;
|
|
167
|
+
detail: string;
|
|
168
|
+
};
|
|
169
|
+
standardDev: {
|
|
170
|
+
name: string;
|
|
171
|
+
detail: string;
|
|
172
|
+
};
|
|
173
|
+
size: {
|
|
174
|
+
name: string;
|
|
175
|
+
detail: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
COVAR: {
|
|
180
|
+
description: string;
|
|
181
|
+
abstract: string;
|
|
182
|
+
links: {
|
|
183
|
+
title: string;
|
|
184
|
+
url: string;
|
|
185
|
+
}[];
|
|
186
|
+
functionParameter: {
|
|
187
|
+
array1: {
|
|
188
|
+
name: string;
|
|
189
|
+
detail: string;
|
|
190
|
+
};
|
|
191
|
+
array2: {
|
|
192
|
+
name: string;
|
|
193
|
+
detail: string;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
CRITBINOM: {
|
|
198
|
+
description: string;
|
|
199
|
+
abstract: string;
|
|
200
|
+
links: {
|
|
201
|
+
title: string;
|
|
202
|
+
url: string;
|
|
203
|
+
}[];
|
|
204
|
+
functionParameter: {
|
|
205
|
+
trials: {
|
|
206
|
+
name: string;
|
|
207
|
+
detail: string;
|
|
208
|
+
};
|
|
209
|
+
probabilityS: {
|
|
210
|
+
name: string;
|
|
211
|
+
detail: string;
|
|
212
|
+
};
|
|
213
|
+
alpha: {
|
|
214
|
+
name: string;
|
|
215
|
+
detail: string;
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
EXPONDIST: {
|
|
220
|
+
description: string;
|
|
221
|
+
abstract: string;
|
|
222
|
+
links: {
|
|
223
|
+
title: string;
|
|
224
|
+
url: string;
|
|
225
|
+
}[];
|
|
226
|
+
functionParameter: {
|
|
227
|
+
x: {
|
|
228
|
+
name: string;
|
|
229
|
+
detail: string;
|
|
230
|
+
};
|
|
231
|
+
lambda: {
|
|
232
|
+
name: string;
|
|
233
|
+
detail: string;
|
|
234
|
+
};
|
|
235
|
+
cumulative: {
|
|
236
|
+
name: string;
|
|
237
|
+
detail: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
FDIST: {
|
|
242
|
+
description: string;
|
|
243
|
+
abstract: string;
|
|
244
|
+
links: {
|
|
245
|
+
title: string;
|
|
246
|
+
url: string;
|
|
247
|
+
}[];
|
|
248
|
+
functionParameter: {
|
|
249
|
+
x: {
|
|
250
|
+
name: string;
|
|
251
|
+
detail: string;
|
|
252
|
+
};
|
|
253
|
+
degFreedom1: {
|
|
254
|
+
name: string;
|
|
255
|
+
detail: string;
|
|
256
|
+
};
|
|
257
|
+
degFreedom2: {
|
|
258
|
+
name: string;
|
|
259
|
+
detail: string;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
FINV: {
|
|
264
|
+
description: string;
|
|
265
|
+
abstract: string;
|
|
266
|
+
links: {
|
|
267
|
+
title: string;
|
|
268
|
+
url: string;
|
|
269
|
+
}[];
|
|
270
|
+
functionParameter: {
|
|
271
|
+
probability: {
|
|
272
|
+
name: string;
|
|
273
|
+
detail: string;
|
|
274
|
+
};
|
|
275
|
+
degFreedom1: {
|
|
276
|
+
name: string;
|
|
277
|
+
detail: string;
|
|
278
|
+
};
|
|
279
|
+
degFreedom2: {
|
|
280
|
+
name: string;
|
|
281
|
+
detail: string;
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
FTEST: {
|
|
286
|
+
description: string;
|
|
287
|
+
abstract: string;
|
|
288
|
+
links: {
|
|
289
|
+
title: string;
|
|
290
|
+
url: string;
|
|
291
|
+
}[];
|
|
292
|
+
functionParameter: {
|
|
293
|
+
array1: {
|
|
294
|
+
name: string;
|
|
295
|
+
detail: string;
|
|
296
|
+
};
|
|
297
|
+
array2: {
|
|
298
|
+
name: string;
|
|
299
|
+
detail: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
GAMMADIST: {
|
|
304
|
+
description: string;
|
|
305
|
+
abstract: string;
|
|
306
|
+
links: {
|
|
307
|
+
title: string;
|
|
308
|
+
url: string;
|
|
309
|
+
}[];
|
|
310
|
+
functionParameter: {
|
|
311
|
+
x: {
|
|
312
|
+
name: string;
|
|
313
|
+
detail: string;
|
|
314
|
+
};
|
|
315
|
+
alpha: {
|
|
316
|
+
name: string;
|
|
317
|
+
detail: string;
|
|
318
|
+
};
|
|
319
|
+
beta: {
|
|
320
|
+
name: string;
|
|
321
|
+
detail: string;
|
|
322
|
+
};
|
|
323
|
+
cumulative: {
|
|
324
|
+
name: string;
|
|
325
|
+
detail: string;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
GAMMAINV: {
|
|
330
|
+
description: string;
|
|
331
|
+
abstract: string;
|
|
332
|
+
links: {
|
|
333
|
+
title: string;
|
|
334
|
+
url: string;
|
|
335
|
+
}[];
|
|
336
|
+
functionParameter: {
|
|
337
|
+
probability: {
|
|
338
|
+
name: string;
|
|
339
|
+
detail: string;
|
|
340
|
+
};
|
|
341
|
+
alpha: {
|
|
342
|
+
name: string;
|
|
343
|
+
detail: string;
|
|
344
|
+
};
|
|
345
|
+
beta: {
|
|
346
|
+
name: string;
|
|
347
|
+
detail: string;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
HYPGEOMDIST: {
|
|
352
|
+
description: string;
|
|
353
|
+
abstract: string;
|
|
354
|
+
links: {
|
|
355
|
+
title: string;
|
|
356
|
+
url: string;
|
|
357
|
+
}[];
|
|
358
|
+
functionParameter: {
|
|
359
|
+
sampleS: {
|
|
360
|
+
name: string;
|
|
361
|
+
detail: string;
|
|
362
|
+
};
|
|
363
|
+
numberSample: {
|
|
364
|
+
name: string;
|
|
365
|
+
detail: string;
|
|
366
|
+
};
|
|
367
|
+
populationS: {
|
|
368
|
+
name: string;
|
|
369
|
+
detail: string;
|
|
370
|
+
};
|
|
371
|
+
numberPop: {
|
|
372
|
+
name: string;
|
|
373
|
+
detail: string;
|
|
374
|
+
};
|
|
375
|
+
cumulative: {
|
|
376
|
+
name: string;
|
|
377
|
+
detail: string;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
LOGINV: {
|
|
382
|
+
description: string;
|
|
383
|
+
abstract: string;
|
|
384
|
+
links: {
|
|
385
|
+
title: string;
|
|
386
|
+
url: string;
|
|
387
|
+
}[];
|
|
388
|
+
functionParameter: {
|
|
389
|
+
probability: {
|
|
390
|
+
name: string;
|
|
391
|
+
detail: string;
|
|
392
|
+
};
|
|
393
|
+
mean: {
|
|
394
|
+
name: string;
|
|
395
|
+
detail: string;
|
|
396
|
+
};
|
|
397
|
+
standardDev: {
|
|
398
|
+
name: string;
|
|
399
|
+
detail: string;
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
LOGNORMDIST: {
|
|
404
|
+
description: string;
|
|
405
|
+
abstract: string;
|
|
406
|
+
links: {
|
|
407
|
+
title: string;
|
|
408
|
+
url: string;
|
|
409
|
+
}[];
|
|
410
|
+
functionParameter: {
|
|
411
|
+
x: {
|
|
412
|
+
name: string;
|
|
413
|
+
detail: string;
|
|
414
|
+
};
|
|
415
|
+
mean: {
|
|
416
|
+
name: string;
|
|
417
|
+
detail: string;
|
|
418
|
+
};
|
|
419
|
+
standardDev: {
|
|
420
|
+
name: string;
|
|
421
|
+
detail: string;
|
|
422
|
+
};
|
|
423
|
+
cumulative: {
|
|
424
|
+
name: string;
|
|
425
|
+
detail: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
MODE: {
|
|
430
|
+
description: string;
|
|
431
|
+
abstract: string;
|
|
432
|
+
links: {
|
|
433
|
+
title: string;
|
|
434
|
+
url: string;
|
|
435
|
+
}[];
|
|
436
|
+
functionParameter: {
|
|
437
|
+
number1: {
|
|
438
|
+
name: string;
|
|
439
|
+
detail: string;
|
|
440
|
+
};
|
|
441
|
+
number2: {
|
|
442
|
+
name: string;
|
|
443
|
+
detail: string;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
NEGBINOMDIST: {
|
|
448
|
+
description: string;
|
|
449
|
+
abstract: string;
|
|
450
|
+
links: {
|
|
451
|
+
title: string;
|
|
452
|
+
url: string;
|
|
453
|
+
}[];
|
|
454
|
+
functionParameter: {
|
|
455
|
+
numberF: {
|
|
456
|
+
name: string;
|
|
457
|
+
detail: string;
|
|
458
|
+
};
|
|
459
|
+
numberS: {
|
|
460
|
+
name: string;
|
|
461
|
+
detail: string;
|
|
462
|
+
};
|
|
463
|
+
probabilityS: {
|
|
464
|
+
name: string;
|
|
465
|
+
detail: string;
|
|
466
|
+
};
|
|
467
|
+
cumulative: {
|
|
468
|
+
name: string;
|
|
469
|
+
detail: string;
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
NORMDIST: {
|
|
474
|
+
description: string;
|
|
475
|
+
abstract: string;
|
|
476
|
+
links: {
|
|
477
|
+
title: string;
|
|
478
|
+
url: string;
|
|
479
|
+
}[];
|
|
480
|
+
functionParameter: {
|
|
481
|
+
x: {
|
|
482
|
+
name: string;
|
|
483
|
+
detail: string;
|
|
484
|
+
};
|
|
485
|
+
mean: {
|
|
486
|
+
name: string;
|
|
487
|
+
detail: string;
|
|
488
|
+
};
|
|
489
|
+
standardDev: {
|
|
490
|
+
name: string;
|
|
491
|
+
detail: string;
|
|
492
|
+
};
|
|
493
|
+
cumulative: {
|
|
494
|
+
name: string;
|
|
495
|
+
detail: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
NORMINV: {
|
|
500
|
+
description: string;
|
|
501
|
+
abstract: string;
|
|
502
|
+
links: {
|
|
503
|
+
title: string;
|
|
504
|
+
url: string;
|
|
505
|
+
}[];
|
|
506
|
+
functionParameter: {
|
|
507
|
+
probability: {
|
|
508
|
+
name: string;
|
|
509
|
+
detail: string;
|
|
510
|
+
};
|
|
511
|
+
mean: {
|
|
512
|
+
name: string;
|
|
513
|
+
detail: string;
|
|
514
|
+
};
|
|
515
|
+
standardDev: {
|
|
516
|
+
name: string;
|
|
517
|
+
detail: string;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
NORMSDIST: {
|
|
522
|
+
description: string;
|
|
523
|
+
abstract: string;
|
|
524
|
+
links: {
|
|
525
|
+
title: string;
|
|
526
|
+
url: string;
|
|
527
|
+
}[];
|
|
528
|
+
functionParameter: {
|
|
529
|
+
z: {
|
|
530
|
+
name: string;
|
|
531
|
+
detail: string;
|
|
532
|
+
};
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
NORMSINV: {
|
|
536
|
+
description: string;
|
|
537
|
+
abstract: string;
|
|
538
|
+
links: {
|
|
539
|
+
title: string;
|
|
540
|
+
url: string;
|
|
541
|
+
}[];
|
|
542
|
+
functionParameter: {
|
|
543
|
+
probability: {
|
|
544
|
+
name: string;
|
|
545
|
+
detail: string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
PERCENTILE: {
|
|
550
|
+
description: string;
|
|
551
|
+
abstract: string;
|
|
552
|
+
links: {
|
|
553
|
+
title: string;
|
|
554
|
+
url: string;
|
|
555
|
+
}[];
|
|
556
|
+
functionParameter: {
|
|
557
|
+
array: {
|
|
558
|
+
name: string;
|
|
559
|
+
detail: string;
|
|
560
|
+
};
|
|
561
|
+
k: {
|
|
562
|
+
name: string;
|
|
563
|
+
detail: string;
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
PERCENTRANK: {
|
|
568
|
+
description: string;
|
|
569
|
+
abstract: string;
|
|
570
|
+
links: {
|
|
571
|
+
title: string;
|
|
572
|
+
url: string;
|
|
573
|
+
}[];
|
|
574
|
+
functionParameter: {
|
|
575
|
+
array: {
|
|
576
|
+
name: string;
|
|
577
|
+
detail: string;
|
|
578
|
+
};
|
|
579
|
+
x: {
|
|
580
|
+
name: string;
|
|
581
|
+
detail: string;
|
|
582
|
+
};
|
|
583
|
+
significance: {
|
|
584
|
+
name: string;
|
|
585
|
+
detail: string;
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
POISSON: {
|
|
590
|
+
description: string;
|
|
591
|
+
abstract: string;
|
|
592
|
+
links: {
|
|
593
|
+
title: string;
|
|
594
|
+
url: string;
|
|
595
|
+
}[];
|
|
596
|
+
functionParameter: {
|
|
597
|
+
x: {
|
|
598
|
+
name: string;
|
|
599
|
+
detail: string;
|
|
600
|
+
};
|
|
601
|
+
mean: {
|
|
602
|
+
name: string;
|
|
603
|
+
detail: string;
|
|
604
|
+
};
|
|
605
|
+
cumulative: {
|
|
606
|
+
name: string;
|
|
607
|
+
detail: string;
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
QUARTILE: {
|
|
612
|
+
description: string;
|
|
613
|
+
abstract: string;
|
|
614
|
+
links: {
|
|
615
|
+
title: string;
|
|
616
|
+
url: string;
|
|
617
|
+
}[];
|
|
618
|
+
functionParameter: {
|
|
619
|
+
array: {
|
|
620
|
+
name: string;
|
|
621
|
+
detail: string;
|
|
622
|
+
};
|
|
623
|
+
quart: {
|
|
624
|
+
name: string;
|
|
625
|
+
detail: string;
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
RANK: {
|
|
630
|
+
description: string;
|
|
631
|
+
abstract: string;
|
|
632
|
+
links: {
|
|
633
|
+
title: string;
|
|
634
|
+
url: string;
|
|
635
|
+
}[];
|
|
636
|
+
functionParameter: {
|
|
637
|
+
number: {
|
|
638
|
+
name: string;
|
|
639
|
+
detail: string;
|
|
640
|
+
};
|
|
641
|
+
ref: {
|
|
642
|
+
name: string;
|
|
643
|
+
detail: string;
|
|
644
|
+
};
|
|
645
|
+
order: {
|
|
646
|
+
name: string;
|
|
647
|
+
detail: string;
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
};
|
|
651
|
+
STDEV: {
|
|
652
|
+
description: string;
|
|
653
|
+
abstract: string;
|
|
654
|
+
links: {
|
|
655
|
+
title: string;
|
|
656
|
+
url: string;
|
|
657
|
+
}[];
|
|
658
|
+
functionParameter: {
|
|
659
|
+
number1: {
|
|
660
|
+
name: string;
|
|
661
|
+
detail: string;
|
|
662
|
+
};
|
|
663
|
+
number2: {
|
|
664
|
+
name: string;
|
|
665
|
+
detail: string;
|
|
666
|
+
};
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
STDEVP: {
|
|
670
|
+
description: string;
|
|
671
|
+
abstract: string;
|
|
672
|
+
links: {
|
|
673
|
+
title: string;
|
|
674
|
+
url: string;
|
|
675
|
+
}[];
|
|
676
|
+
functionParameter: {
|
|
677
|
+
number1: {
|
|
678
|
+
name: string;
|
|
679
|
+
detail: string;
|
|
680
|
+
};
|
|
681
|
+
number2: {
|
|
682
|
+
name: string;
|
|
683
|
+
detail: string;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
TDIST: {
|
|
688
|
+
description: string;
|
|
689
|
+
abstract: string;
|
|
690
|
+
links: {
|
|
691
|
+
title: string;
|
|
692
|
+
url: string;
|
|
693
|
+
}[];
|
|
694
|
+
functionParameter: {
|
|
695
|
+
x: {
|
|
696
|
+
name: string;
|
|
697
|
+
detail: string;
|
|
698
|
+
};
|
|
699
|
+
degFreedom: {
|
|
700
|
+
name: string;
|
|
701
|
+
detail: string;
|
|
702
|
+
};
|
|
703
|
+
tails: {
|
|
704
|
+
name: string;
|
|
705
|
+
detail: string;
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
TINV: {
|
|
710
|
+
description: string;
|
|
711
|
+
abstract: string;
|
|
712
|
+
links: {
|
|
713
|
+
title: string;
|
|
714
|
+
url: string;
|
|
715
|
+
}[];
|
|
716
|
+
functionParameter: {
|
|
717
|
+
probability: {
|
|
718
|
+
name: string;
|
|
719
|
+
detail: string;
|
|
720
|
+
};
|
|
721
|
+
degFreedom: {
|
|
722
|
+
name: string;
|
|
723
|
+
detail: string;
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
};
|
|
727
|
+
TTEST: {
|
|
728
|
+
description: string;
|
|
729
|
+
abstract: string;
|
|
730
|
+
links: {
|
|
731
|
+
title: string;
|
|
732
|
+
url: string;
|
|
733
|
+
}[];
|
|
734
|
+
functionParameter: {
|
|
735
|
+
array1: {
|
|
736
|
+
name: string;
|
|
737
|
+
detail: string;
|
|
738
|
+
};
|
|
739
|
+
array2: {
|
|
740
|
+
name: string;
|
|
741
|
+
detail: string;
|
|
742
|
+
};
|
|
743
|
+
tails: {
|
|
744
|
+
name: string;
|
|
745
|
+
detail: string;
|
|
746
|
+
};
|
|
747
|
+
type: {
|
|
748
|
+
name: string;
|
|
749
|
+
detail: string;
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
VAR: {
|
|
754
|
+
description: string;
|
|
755
|
+
abstract: string;
|
|
756
|
+
links: {
|
|
757
|
+
title: string;
|
|
758
|
+
url: string;
|
|
759
|
+
}[];
|
|
760
|
+
functionParameter: {
|
|
761
|
+
number1: {
|
|
762
|
+
name: string;
|
|
763
|
+
detail: string;
|
|
764
|
+
};
|
|
765
|
+
number2: {
|
|
766
|
+
name: string;
|
|
767
|
+
detail: string;
|
|
768
|
+
};
|
|
769
|
+
};
|
|
770
|
+
};
|
|
771
|
+
VARP: {
|
|
772
|
+
description: string;
|
|
773
|
+
abstract: string;
|
|
774
|
+
links: {
|
|
775
|
+
title: string;
|
|
776
|
+
url: string;
|
|
777
|
+
}[];
|
|
778
|
+
functionParameter: {
|
|
779
|
+
number1: {
|
|
780
|
+
name: string;
|
|
781
|
+
detail: string;
|
|
782
|
+
};
|
|
783
|
+
number2: {
|
|
784
|
+
name: string;
|
|
785
|
+
detail: string;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
WEIBULL: {
|
|
790
|
+
description: string;
|
|
791
|
+
abstract: string;
|
|
792
|
+
links: {
|
|
793
|
+
title: string;
|
|
794
|
+
url: string;
|
|
795
|
+
}[];
|
|
796
|
+
functionParameter: {
|
|
797
|
+
x: {
|
|
798
|
+
name: string;
|
|
799
|
+
detail: string;
|
|
800
|
+
};
|
|
801
|
+
alpha: {
|
|
802
|
+
name: string;
|
|
803
|
+
detail: string;
|
|
804
|
+
};
|
|
805
|
+
beta: {
|
|
806
|
+
name: string;
|
|
807
|
+
detail: string;
|
|
808
|
+
};
|
|
809
|
+
cumulative: {
|
|
810
|
+
name: string;
|
|
811
|
+
detail: string;
|
|
812
|
+
};
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
ZTEST: {
|
|
816
|
+
description: string;
|
|
817
|
+
abstract: string;
|
|
818
|
+
links: {
|
|
819
|
+
title: string;
|
|
820
|
+
url: string;
|
|
821
|
+
}[];
|
|
822
|
+
functionParameter: {
|
|
823
|
+
array: {
|
|
824
|
+
name: string;
|
|
825
|
+
detail: string;
|
|
826
|
+
};
|
|
827
|
+
x: {
|
|
828
|
+
name: string;
|
|
829
|
+
detail: string;
|
|
830
|
+
};
|
|
831
|
+
sigma: {
|
|
832
|
+
name: string;
|
|
833
|
+
detail: string;
|
|
834
|
+
};
|
|
835
|
+
};
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
export default locale;
|