@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.
Files changed (281) hide show
  1. package/lib/cjs/facade.js +4 -55
  2. package/lib/cjs/index.js +4040 -3694
  3. package/lib/cjs/locale/ar-SA.js +10538 -0
  4. package/lib/cjs/locale/ca-ES.js +10307 -6
  5. package/lib/cjs/locale/de-DE.js +10538 -0
  6. package/lib/cjs/locale/en-US.js +10532 -6
  7. package/lib/cjs/locale/es-ES.js +10307 -6
  8. package/lib/cjs/locale/fa-IR.js +10817 -6
  9. package/lib/cjs/locale/fr-FR.js +10783 -6
  10. package/lib/cjs/locale/id-ID.js +10538 -0
  11. package/lib/cjs/locale/it-IT.js +10538 -0
  12. package/lib/cjs/locale/ja-JP.js +10306 -6
  13. package/lib/cjs/locale/ko-KR.js +10306 -6
  14. package/lib/cjs/locale/pl-PL.js +10538 -0
  15. package/lib/cjs/locale/pt-BR.js +10538 -0
  16. package/lib/cjs/locale/ru-RU.js +10340 -6
  17. package/lib/cjs/locale/sk-SK.js +10306 -6
  18. package/lib/cjs/locale/vi-VN.js +10307 -6
  19. package/lib/cjs/locale/zh-CN.js +10307 -6
  20. package/lib/cjs/locale/zh-HK.js +10538 -0
  21. package/lib/cjs/locale/zh-TW.js +10307 -6
  22. package/lib/es/facade.js +6 -57
  23. package/lib/es/index.js +4036 -3697
  24. package/lib/es/locale/ar-SA.js +10537 -0
  25. package/lib/es/locale/ca-ES.js +10307 -6
  26. package/lib/es/locale/de-DE.js +10537 -0
  27. package/lib/es/locale/en-US.js +10532 -6
  28. package/lib/es/locale/es-ES.js +10307 -6
  29. package/lib/es/locale/fa-IR.js +10817 -6
  30. package/lib/es/locale/fr-FR.js +10783 -6
  31. package/lib/es/locale/id-ID.js +10537 -0
  32. package/lib/es/locale/it-IT.js +10537 -0
  33. package/lib/es/locale/ja-JP.js +10306 -6
  34. package/lib/es/locale/ko-KR.js +10306 -6
  35. package/lib/es/locale/pl-PL.js +10537 -0
  36. package/lib/es/locale/pt-BR.js +10537 -0
  37. package/lib/es/locale/ru-RU.js +10340 -6
  38. package/lib/es/locale/sk-SK.js +10306 -6
  39. package/lib/es/locale/vi-VN.js +10307 -6
  40. package/lib/es/locale/zh-CN.js +10307 -6
  41. package/lib/es/locale/zh-HK.js +10537 -0
  42. package/lib/es/locale/zh-TW.js +10307 -6
  43. package/lib/facade.js +6 -57
  44. package/lib/index.js +4036 -3697
  45. package/lib/locale/ar-SA.js +10537 -0
  46. package/lib/locale/ca-ES.js +10307 -6
  47. package/lib/locale/de-DE.js +10537 -0
  48. package/lib/locale/en-US.js +10532 -6
  49. package/lib/locale/es-ES.js +10307 -6
  50. package/lib/locale/fa-IR.js +10817 -6
  51. package/lib/locale/fr-FR.js +10783 -6
  52. package/lib/locale/id-ID.js +10537 -0
  53. package/lib/locale/it-IT.js +10537 -0
  54. package/lib/locale/ja-JP.js +10306 -6
  55. package/lib/locale/ko-KR.js +10306 -6
  56. package/lib/locale/pl-PL.js +10537 -0
  57. package/lib/locale/pt-BR.js +10537 -0
  58. package/lib/locale/ru-RU.js +10340 -6
  59. package/lib/locale/sk-SK.js +10306 -6
  60. package/lib/locale/vi-VN.js +10307 -6
  61. package/lib/locale/zh-CN.js +10307 -6
  62. package/lib/locale/zh-HK.js +10537 -0
  63. package/lib/locale/zh-TW.js +10307 -6
  64. package/lib/types/controllers/active-dirty.controller.d.ts +1 -0
  65. package/lib/types/controllers/formula-calculation-session.controller.d.ts +24 -0
  66. package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -1
  67. package/lib/types/controllers/utils/ref-range-formula.d.ts +7 -1
  68. package/lib/types/facade/f-formula.d.ts +20 -19
  69. package/lib/types/facade/f-range.d.ts +3 -3
  70. package/lib/types/index.d.ts +3 -0
  71. package/lib/types/locale/ar-SA.d.ts +18 -0
  72. package/lib/types/locale/de-DE.d.ts +18 -0
  73. package/lib/types/locale/en-US.d.ts +10450 -7
  74. package/lib/types/locale/function-list/array/ca-ES.d.ts +18 -0
  75. package/lib/types/locale/function-list/array/en-US.d.ts +58 -0
  76. package/lib/types/locale/function-list/array/es-ES.d.ts +18 -0
  77. package/lib/types/locale/function-list/array/fa-IR.d.ts +18 -0
  78. package/lib/types/locale/function-list/array/fr-FR.d.ts +18 -0
  79. package/lib/types/locale/function-list/array/ja-JP.d.ts +18 -0
  80. package/lib/types/locale/function-list/array/ko-KR.d.ts +18 -0
  81. package/lib/types/locale/function-list/array/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/function-list/array/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/function-list/array/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/function-list/array/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/function-list/array/zh-TW.d.ts +18 -0
  86. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +18 -0
  87. package/lib/types/locale/function-list/compatibility/en-US.d.ts +838 -0
  88. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +18 -0
  89. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +18 -0
  90. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +18 -0
  91. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +18 -0
  92. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +18 -0
  93. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +18 -0
  94. package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +18 -0
  95. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +18 -0
  96. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +18 -0
  97. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +18 -0
  98. package/lib/types/locale/function-list/cube/ca-ES.d.ts +18 -0
  99. package/lib/types/locale/function-list/cube/en-US.d.ts +144 -0
  100. package/lib/types/locale/function-list/cube/es-ES.d.ts +18 -0
  101. package/lib/types/locale/function-list/cube/fa-IR.d.ts +18 -0
  102. package/lib/types/locale/function-list/cube/fr-FR.d.ts +18 -0
  103. package/lib/types/locale/function-list/cube/ja-JP.d.ts +18 -0
  104. package/lib/types/locale/function-list/cube/ko-KR.d.ts +18 -0
  105. package/lib/types/locale/function-list/cube/ru-RU.d.ts +18 -0
  106. package/lib/types/locale/function-list/cube/sk-SK.d.ts +18 -0
  107. package/lib/types/locale/function-list/cube/vi-VN.d.ts +18 -0
  108. package/lib/types/locale/function-list/cube/zh-CN.d.ts +18 -0
  109. package/lib/types/locale/function-list/cube/zh-TW.d.ts +18 -0
  110. package/lib/types/locale/function-list/database/ca-ES.d.ts +18 -0
  111. package/lib/types/locale/function-list/database/en-US.d.ts +282 -0
  112. package/lib/types/locale/function-list/database/es-ES.d.ts +18 -0
  113. package/lib/types/locale/function-list/database/fa-IR.d.ts +18 -0
  114. package/lib/types/locale/function-list/database/fr-FR.d.ts +18 -0
  115. package/lib/types/locale/function-list/database/ja-JP.d.ts +18 -0
  116. package/lib/types/locale/function-list/database/ko-KR.d.ts +18 -0
  117. package/lib/types/locale/function-list/database/ru-RU.d.ts +18 -0
  118. package/lib/types/locale/function-list/database/sk-SK.d.ts +18 -0
  119. package/lib/types/locale/function-list/database/vi-VN.d.ts +18 -0
  120. package/lib/types/locale/function-list/database/zh-CN.d.ts +18 -0
  121. package/lib/types/locale/function-list/database/zh-TW.d.ts +18 -0
  122. package/lib/types/locale/function-list/date/ca-ES.d.ts +18 -0
  123. package/lib/types/locale/function-list/date/en-US.d.ts +490 -0
  124. package/lib/types/locale/function-list/date/es-ES.d.ts +18 -0
  125. package/lib/types/locale/function-list/date/fa-IR.d.ts +18 -0
  126. package/lib/types/locale/function-list/date/fr-FR.d.ts +18 -0
  127. package/lib/types/locale/function-list/date/ja-JP.d.ts +18 -0
  128. package/lib/types/locale/function-list/date/ko-KR.d.ts +18 -0
  129. package/lib/types/locale/function-list/date/ru-RU.d.ts +18 -0
  130. package/lib/types/locale/function-list/date/sk-SK.d.ts +18 -0
  131. package/lib/types/locale/function-list/date/vi-VN.d.ts +18 -0
  132. package/lib/types/locale/function-list/date/zh-CN.d.ts +18 -0
  133. package/lib/types/locale/function-list/date/zh-TW.d.ts +18 -0
  134. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +18 -0
  135. package/lib/types/locale/function-list/engineering/en-US.d.ts +940 -0
  136. package/lib/types/locale/function-list/engineering/es-ES.d.ts +18 -0
  137. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +18 -0
  138. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +18 -0
  139. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +18 -0
  140. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +18 -0
  141. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +18 -0
  142. package/lib/types/locale/function-list/engineering/sk-SK.d.ts +18 -0
  143. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +18 -0
  144. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +18 -0
  145. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +18 -0
  146. package/lib/types/locale/function-list/financial/ca-ES.d.ts +18 -0
  147. package/lib/types/locale/function-list/financial/en-US.d.ts +1608 -0
  148. package/lib/types/locale/function-list/financial/es-ES.d.ts +18 -0
  149. package/lib/types/locale/function-list/financial/fa-IR.d.ts +18 -0
  150. package/lib/types/locale/function-list/financial/fr-FR.d.ts +18 -0
  151. package/lib/types/locale/function-list/financial/ja-JP.d.ts +18 -0
  152. package/lib/types/locale/function-list/financial/ko-KR.d.ts +18 -0
  153. package/lib/types/locale/function-list/financial/ru-RU.d.ts +18 -0
  154. package/lib/types/locale/function-list/financial/sk-SK.d.ts +18 -0
  155. package/lib/types/locale/function-list/financial/vi-VN.d.ts +18 -0
  156. package/lib/types/locale/function-list/financial/zh-CN.d.ts +18 -0
  157. package/lib/types/locale/function-list/financial/zh-TW.d.ts +18 -0
  158. package/lib/types/locale/function-list/information/ca-ES.d.ts +18 -0
  159. package/lib/types/locale/function-list/information/en-US.d.ts +386 -0
  160. package/lib/types/locale/function-list/information/es-ES.d.ts +18 -0
  161. package/lib/types/locale/function-list/information/fa-IR.d.ts +18 -0
  162. package/lib/types/locale/function-list/information/fr-FR.d.ts +18 -0
  163. package/lib/types/locale/function-list/information/ja-JP.d.ts +18 -0
  164. package/lib/types/locale/function-list/information/ko-KR.d.ts +18 -0
  165. package/lib/types/locale/function-list/information/ru-RU.d.ts +18 -0
  166. package/lib/types/locale/function-list/information/sk-SK.d.ts +18 -0
  167. package/lib/types/locale/function-list/information/vi-VN.d.ts +18 -0
  168. package/lib/types/locale/function-list/information/zh-CN.d.ts +18 -0
  169. package/lib/types/locale/function-list/information/zh-TW.d.ts +18 -0
  170. package/lib/types/locale/function-list/logical/ca-ES.d.ts +18 -0
  171. package/lib/types/locale/function-list/logical/en-US.d.ts +390 -0
  172. package/lib/types/locale/function-list/logical/es-ES.d.ts +18 -0
  173. package/lib/types/locale/function-list/logical/fa-IR.d.ts +18 -0
  174. package/lib/types/locale/function-list/logical/fr-FR.d.ts +18 -0
  175. package/lib/types/locale/function-list/logical/ja-JP.d.ts +18 -0
  176. package/lib/types/locale/function-list/logical/ko-KR.d.ts +18 -0
  177. package/lib/types/locale/function-list/logical/ru-RU.d.ts +18 -0
  178. package/lib/types/locale/function-list/logical/sk-SK.d.ts +18 -0
  179. package/lib/types/locale/function-list/logical/vi-VN.d.ts +18 -0
  180. package/lib/types/locale/function-list/logical/zh-CN.d.ts +18 -0
  181. package/lib/types/locale/function-list/logical/zh-TW.d.ts +18 -0
  182. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +18 -0
  183. package/lib/types/locale/function-list/lookup/en-US.d.ts +820 -0
  184. package/lib/types/locale/function-list/lookup/es-ES.d.ts +18 -0
  185. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +18 -0
  186. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +18 -0
  187. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +18 -0
  188. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +18 -0
  189. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +18 -0
  190. package/lib/types/locale/function-list/lookup/sk-SK.d.ts +18 -0
  191. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
  192. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +18 -0
  193. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +18 -0
  194. package/lib/types/locale/function-list/math/ca-ES.d.ts +18 -0
  195. package/lib/types/locale/function-list/math/en-US.d.ts +1410 -0
  196. package/lib/types/locale/function-list/math/es-ES.d.ts +18 -0
  197. package/lib/types/locale/function-list/math/fa-IR.d.ts +18 -0
  198. package/lib/types/locale/function-list/math/fr-FR.d.ts +18 -0
  199. package/lib/types/locale/function-list/math/ja-JP.d.ts +18 -0
  200. package/lib/types/locale/function-list/math/ko-KR.d.ts +18 -0
  201. package/lib/types/locale/function-list/math/ru-RU.d.ts +18 -0
  202. package/lib/types/locale/function-list/math/sk-SK.d.ts +18 -0
  203. package/lib/types/locale/function-list/math/vi-VN.d.ts +18 -0
  204. package/lib/types/locale/function-list/math/zh-CN.d.ts +18 -0
  205. package/lib/types/locale/function-list/math/zh-TW.d.ts +18 -0
  206. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +18 -0
  207. package/lib/types/locale/function-list/statistical/en-US.d.ts +2308 -0
  208. package/lib/types/locale/function-list/statistical/es-ES.d.ts +18 -0
  209. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +18 -0
  210. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +18 -0
  211. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +18 -0
  212. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +18 -0
  213. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +18 -0
  214. package/lib/types/locale/function-list/statistical/sk-SK.d.ts +18 -0
  215. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +18 -0
  216. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +18 -0
  217. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +18 -0
  218. package/lib/types/locale/function-list/text/ca-ES.d.ts +18 -0
  219. package/lib/types/locale/function-list/text/en-US.d.ts +988 -0
  220. package/lib/types/locale/function-list/text/es-ES.d.ts +18 -0
  221. package/lib/types/locale/function-list/text/fa-IR.d.ts +18 -0
  222. package/lib/types/locale/function-list/text/fr-FR.d.ts +18 -0
  223. package/lib/types/locale/function-list/text/ja-JP.d.ts +18 -0
  224. package/lib/types/locale/function-list/text/ko-KR.d.ts +18 -0
  225. package/lib/types/locale/function-list/text/ru-RU.d.ts +18 -0
  226. package/lib/types/locale/function-list/text/sk-SK.d.ts +18 -0
  227. package/lib/types/locale/function-list/text/vi-VN.d.ts +18 -0
  228. package/lib/types/locale/function-list/text/zh-CN.d.ts +18 -0
  229. package/lib/types/locale/function-list/text/zh-TW.d.ts +18 -0
  230. package/lib/types/locale/function-list/univer/ca-ES.d.ts +18 -0
  231. package/lib/types/locale/function-list/univer/en-US.d.ts +17 -0
  232. package/lib/types/locale/function-list/univer/es-ES.d.ts +18 -0
  233. package/lib/types/locale/function-list/univer/fa-IR.d.ts +18 -0
  234. package/lib/types/locale/function-list/univer/fr-FR.d.ts +18 -0
  235. package/lib/types/locale/function-list/univer/ja-JP.d.ts +18 -0
  236. package/lib/types/locale/function-list/univer/ko-KR.d.ts +18 -0
  237. package/lib/types/locale/function-list/univer/ru-RU.d.ts +17 -0
  238. package/lib/types/locale/function-list/univer/sk-SK.d.ts +18 -0
  239. package/lib/types/locale/function-list/univer/vi-VN.d.ts +18 -0
  240. package/lib/types/locale/function-list/univer/zh-CN.d.ts +18 -0
  241. package/lib/types/locale/function-list/univer/zh-TW.d.ts +18 -0
  242. package/lib/types/locale/function-list/web/ca-ES.d.ts +18 -0
  243. package/lib/types/locale/function-list/web/en-US.d.ts +68 -0
  244. package/lib/types/locale/function-list/web/es-ES.d.ts +18 -0
  245. package/lib/types/locale/function-list/web/fa-IR.d.ts +18 -0
  246. package/lib/types/locale/function-list/web/fr-FR.d.ts +18 -0
  247. package/lib/types/locale/function-list/web/ja-JP.d.ts +18 -0
  248. package/lib/types/locale/function-list/web/ko-KR.d.ts +18 -0
  249. package/lib/types/locale/function-list/web/ru-RU.d.ts +18 -0
  250. package/lib/types/locale/function-list/web/sk-SK.d.ts +18 -0
  251. package/lib/types/locale/function-list/web/vi-VN.d.ts +18 -0
  252. package/lib/types/locale/function-list/web/zh-CN.d.ts +18 -0
  253. package/lib/types/locale/function-list/web/zh-TW.d.ts +18 -0
  254. package/lib/types/locale/id-ID.d.ts +18 -0
  255. package/lib/types/locale/it-IT.d.ts +18 -0
  256. package/lib/types/locale/pl-PL.d.ts +18 -0
  257. package/lib/types/locale/pt-BR.d.ts +18 -0
  258. package/lib/types/locale/zh-HK.d.ts +18 -0
  259. package/lib/types/services/formula-calculation-session.service.d.ts +48 -0
  260. package/lib/umd/facade.js +1 -1
  261. package/lib/umd/index.js +1 -1
  262. package/lib/umd/locale/ar-SA.js +44 -0
  263. package/lib/umd/locale/ca-ES.js +39 -1
  264. package/lib/umd/locale/de-DE.js +44 -0
  265. package/lib/umd/locale/en-US.js +44 -1
  266. package/lib/umd/locale/es-ES.js +39 -1
  267. package/lib/umd/locale/fa-IR.js +44 -1
  268. package/lib/umd/locale/fr-FR.js +44 -1
  269. package/lib/umd/locale/id-ID.js +44 -0
  270. package/lib/umd/locale/it-IT.js +44 -0
  271. package/lib/umd/locale/ja-JP.js +43 -1
  272. package/lib/umd/locale/ko-KR.js +37 -1
  273. package/lib/umd/locale/pl-PL.js +44 -0
  274. package/lib/umd/locale/pt-BR.js +44 -0
  275. package/lib/umd/locale/ru-RU.js +31 -1
  276. package/lib/umd/locale/sk-SK.js +39 -1
  277. package/lib/umd/locale/vi-VN.js +43 -1
  278. package/lib/umd/locale/zh-CN.js +44 -1
  279. package/lib/umd/locale/zh-HK.js +44 -0
  280. package/lib/umd/locale/zh-TW.js +44 -1
  281. package/package.json +9 -9
@@ -0,0 +1,2308 @@
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
+ AVEDEV: {
18
+ description: string;
19
+ abstract: string;
20
+ links: {
21
+ title: string;
22
+ url: string;
23
+ }[];
24
+ functionParameter: {
25
+ number1: {
26
+ name: string;
27
+ detail: string;
28
+ };
29
+ number2: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ };
34
+ };
35
+ AVERAGE: {
36
+ description: string;
37
+ abstract: string;
38
+ links: {
39
+ title: string;
40
+ url: string;
41
+ }[];
42
+ functionParameter: {
43
+ number1: {
44
+ name: string;
45
+ detail: string;
46
+ };
47
+ number2: {
48
+ name: string;
49
+ detail: string;
50
+ };
51
+ };
52
+ };
53
+ AVERAGE_WEIGHTED: {
54
+ description: string;
55
+ abstract: string;
56
+ links: {
57
+ title: string;
58
+ url: string;
59
+ }[];
60
+ functionParameter: {
61
+ values: {
62
+ name: string;
63
+ detail: string;
64
+ };
65
+ weights: {
66
+ name: string;
67
+ detail: string;
68
+ };
69
+ additionalValues: {
70
+ name: string;
71
+ detail: string;
72
+ };
73
+ additionalWeights: {
74
+ name: string;
75
+ detail: string;
76
+ };
77
+ };
78
+ };
79
+ AVERAGEA: {
80
+ description: string;
81
+ abstract: string;
82
+ links: {
83
+ title: string;
84
+ url: string;
85
+ }[];
86
+ functionParameter: {
87
+ value1: {
88
+ name: string;
89
+ detail: string;
90
+ };
91
+ value2: {
92
+ name: string;
93
+ detail: string;
94
+ };
95
+ };
96
+ };
97
+ AVERAGEIF: {
98
+ description: string;
99
+ abstract: string;
100
+ links: {
101
+ title: string;
102
+ url: string;
103
+ }[];
104
+ functionParameter: {
105
+ range: {
106
+ name: string;
107
+ detail: string;
108
+ };
109
+ criteria: {
110
+ name: string;
111
+ detail: string;
112
+ };
113
+ averageRange: {
114
+ name: string;
115
+ detail: string;
116
+ };
117
+ };
118
+ };
119
+ AVERAGEIFS: {
120
+ description: string;
121
+ abstract: string;
122
+ links: {
123
+ title: string;
124
+ url: string;
125
+ }[];
126
+ functionParameter: {
127
+ averageRange: {
128
+ name: string;
129
+ detail: string;
130
+ };
131
+ criteriaRange1: {
132
+ name: string;
133
+ detail: string;
134
+ };
135
+ criteria1: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ criteriaRange2: {
140
+ name: string;
141
+ detail: string;
142
+ };
143
+ criteria2: {
144
+ name: string;
145
+ detail: string;
146
+ };
147
+ };
148
+ };
149
+ BETA_DIST: {
150
+ description: string;
151
+ abstract: string;
152
+ links: {
153
+ title: string;
154
+ url: string;
155
+ }[];
156
+ functionParameter: {
157
+ x: {
158
+ name: string;
159
+ detail: string;
160
+ };
161
+ alpha: {
162
+ name: string;
163
+ detail: string;
164
+ };
165
+ beta: {
166
+ name: string;
167
+ detail: string;
168
+ };
169
+ cumulative: {
170
+ name: string;
171
+ detail: string;
172
+ };
173
+ A: {
174
+ name: string;
175
+ detail: string;
176
+ };
177
+ B: {
178
+ name: string;
179
+ detail: string;
180
+ };
181
+ };
182
+ };
183
+ BETA_INV: {
184
+ description: string;
185
+ abstract: string;
186
+ links: {
187
+ title: string;
188
+ url: string;
189
+ }[];
190
+ functionParameter: {
191
+ probability: {
192
+ name: string;
193
+ detail: string;
194
+ };
195
+ alpha: {
196
+ name: string;
197
+ detail: string;
198
+ };
199
+ beta: {
200
+ name: string;
201
+ detail: string;
202
+ };
203
+ A: {
204
+ name: string;
205
+ detail: string;
206
+ };
207
+ B: {
208
+ name: string;
209
+ detail: string;
210
+ };
211
+ };
212
+ };
213
+ BINOM_DIST: {
214
+ description: string;
215
+ abstract: string;
216
+ links: {
217
+ title: string;
218
+ url: string;
219
+ }[];
220
+ functionParameter: {
221
+ numberS: {
222
+ name: string;
223
+ detail: string;
224
+ };
225
+ trials: {
226
+ name: string;
227
+ detail: string;
228
+ };
229
+ probabilityS: {
230
+ name: string;
231
+ detail: string;
232
+ };
233
+ cumulative: {
234
+ name: string;
235
+ detail: string;
236
+ };
237
+ };
238
+ };
239
+ BINOM_DIST_RANGE: {
240
+ description: string;
241
+ abstract: string;
242
+ links: {
243
+ title: string;
244
+ url: string;
245
+ }[];
246
+ functionParameter: {
247
+ trials: {
248
+ name: string;
249
+ detail: string;
250
+ };
251
+ probabilityS: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ numberS: {
256
+ name: string;
257
+ detail: string;
258
+ };
259
+ numberS2: {
260
+ name: string;
261
+ detail: string;
262
+ };
263
+ };
264
+ };
265
+ BINOM_INV: {
266
+ description: string;
267
+ abstract: string;
268
+ links: {
269
+ title: string;
270
+ url: string;
271
+ }[];
272
+ functionParameter: {
273
+ trials: {
274
+ name: string;
275
+ detail: string;
276
+ };
277
+ probabilityS: {
278
+ name: string;
279
+ detail: string;
280
+ };
281
+ alpha: {
282
+ name: string;
283
+ detail: string;
284
+ };
285
+ };
286
+ };
287
+ CHISQ_DIST: {
288
+ description: string;
289
+ abstract: string;
290
+ links: {
291
+ title: string;
292
+ url: string;
293
+ }[];
294
+ functionParameter: {
295
+ x: {
296
+ name: string;
297
+ detail: string;
298
+ };
299
+ degFreedom: {
300
+ name: string;
301
+ detail: string;
302
+ };
303
+ cumulative: {
304
+ name: string;
305
+ detail: string;
306
+ };
307
+ };
308
+ };
309
+ CHISQ_DIST_RT: {
310
+ description: string;
311
+ abstract: string;
312
+ links: {
313
+ title: string;
314
+ url: string;
315
+ }[];
316
+ functionParameter: {
317
+ x: {
318
+ name: string;
319
+ detail: string;
320
+ };
321
+ degFreedom: {
322
+ name: string;
323
+ detail: string;
324
+ };
325
+ };
326
+ };
327
+ CHISQ_INV: {
328
+ description: string;
329
+ abstract: string;
330
+ links: {
331
+ title: string;
332
+ url: string;
333
+ }[];
334
+ functionParameter: {
335
+ probability: {
336
+ name: string;
337
+ detail: string;
338
+ };
339
+ degFreedom: {
340
+ name: string;
341
+ detail: string;
342
+ };
343
+ };
344
+ };
345
+ CHISQ_INV_RT: {
346
+ description: string;
347
+ abstract: string;
348
+ links: {
349
+ title: string;
350
+ url: string;
351
+ }[];
352
+ functionParameter: {
353
+ probability: {
354
+ name: string;
355
+ detail: string;
356
+ };
357
+ degFreedom: {
358
+ name: string;
359
+ detail: string;
360
+ };
361
+ };
362
+ };
363
+ CHISQ_TEST: {
364
+ description: string;
365
+ abstract: string;
366
+ links: {
367
+ title: string;
368
+ url: string;
369
+ }[];
370
+ functionParameter: {
371
+ actualRange: {
372
+ name: string;
373
+ detail: string;
374
+ };
375
+ expectedRange: {
376
+ name: string;
377
+ detail: string;
378
+ };
379
+ };
380
+ };
381
+ CONFIDENCE_NORM: {
382
+ description: string;
383
+ abstract: string;
384
+ links: {
385
+ title: string;
386
+ url: string;
387
+ }[];
388
+ functionParameter: {
389
+ alpha: {
390
+ name: string;
391
+ detail: string;
392
+ };
393
+ standardDev: {
394
+ name: string;
395
+ detail: string;
396
+ };
397
+ size: {
398
+ name: string;
399
+ detail: string;
400
+ };
401
+ };
402
+ };
403
+ CONFIDENCE_T: {
404
+ description: string;
405
+ abstract: string;
406
+ links: {
407
+ title: string;
408
+ url: string;
409
+ }[];
410
+ functionParameter: {
411
+ alpha: {
412
+ name: string;
413
+ detail: string;
414
+ };
415
+ standardDev: {
416
+ name: string;
417
+ detail: string;
418
+ };
419
+ size: {
420
+ name: string;
421
+ detail: string;
422
+ };
423
+ };
424
+ };
425
+ CORREL: {
426
+ description: string;
427
+ abstract: string;
428
+ links: {
429
+ title: string;
430
+ url: string;
431
+ }[];
432
+ functionParameter: {
433
+ array1: {
434
+ name: string;
435
+ detail: string;
436
+ };
437
+ array2: {
438
+ name: string;
439
+ detail: string;
440
+ };
441
+ };
442
+ };
443
+ COUNT: {
444
+ description: string;
445
+ abstract: string;
446
+ links: {
447
+ title: string;
448
+ url: string;
449
+ }[];
450
+ functionParameter: {
451
+ value1: {
452
+ name: string;
453
+ detail: string;
454
+ };
455
+ value2: {
456
+ name: string;
457
+ detail: string;
458
+ };
459
+ };
460
+ };
461
+ COUNTA: {
462
+ description: string;
463
+ abstract: string;
464
+ links: {
465
+ title: string;
466
+ url: string;
467
+ }[];
468
+ functionParameter: {
469
+ number1: {
470
+ name: string;
471
+ detail: string;
472
+ };
473
+ number2: {
474
+ name: string;
475
+ detail: string;
476
+ };
477
+ };
478
+ };
479
+ COUNTBLANK: {
480
+ description: string;
481
+ abstract: string;
482
+ links: {
483
+ title: string;
484
+ url: string;
485
+ }[];
486
+ functionParameter: {
487
+ range: {
488
+ name: string;
489
+ detail: string;
490
+ };
491
+ };
492
+ };
493
+ COUNTIF: {
494
+ description: string;
495
+ abstract: string;
496
+ links: {
497
+ title: string;
498
+ url: string;
499
+ }[];
500
+ functionParameter: {
501
+ range: {
502
+ name: string;
503
+ detail: string;
504
+ };
505
+ criteria: {
506
+ name: string;
507
+ detail: string;
508
+ };
509
+ };
510
+ };
511
+ COUNTIFS: {
512
+ description: string;
513
+ abstract: string;
514
+ links: {
515
+ title: string;
516
+ url: string;
517
+ }[];
518
+ functionParameter: {
519
+ criteriaRange1: {
520
+ name: string;
521
+ detail: string;
522
+ };
523
+ criteria1: {
524
+ name: string;
525
+ detail: string;
526
+ };
527
+ criteriaRange2: {
528
+ name: string;
529
+ detail: string;
530
+ };
531
+ criteria2: {
532
+ name: string;
533
+ detail: string;
534
+ };
535
+ };
536
+ };
537
+ COVARIANCE_P: {
538
+ description: string;
539
+ abstract: string;
540
+ links: {
541
+ title: string;
542
+ url: string;
543
+ }[];
544
+ functionParameter: {
545
+ array1: {
546
+ name: string;
547
+ detail: string;
548
+ };
549
+ array2: {
550
+ name: string;
551
+ detail: string;
552
+ };
553
+ };
554
+ };
555
+ COVARIANCE_S: {
556
+ description: string;
557
+ abstract: string;
558
+ links: {
559
+ title: string;
560
+ url: string;
561
+ }[];
562
+ functionParameter: {
563
+ array1: {
564
+ name: string;
565
+ detail: string;
566
+ };
567
+ array2: {
568
+ name: string;
569
+ detail: string;
570
+ };
571
+ };
572
+ };
573
+ DEVSQ: {
574
+ description: string;
575
+ abstract: string;
576
+ links: {
577
+ title: string;
578
+ url: string;
579
+ }[];
580
+ functionParameter: {
581
+ number1: {
582
+ name: string;
583
+ detail: string;
584
+ };
585
+ number2: {
586
+ name: string;
587
+ detail: string;
588
+ };
589
+ };
590
+ };
591
+ EXPON_DIST: {
592
+ description: string;
593
+ abstract: string;
594
+ links: {
595
+ title: string;
596
+ url: string;
597
+ }[];
598
+ functionParameter: {
599
+ x: {
600
+ name: string;
601
+ detail: string;
602
+ };
603
+ lambda: {
604
+ name: string;
605
+ detail: string;
606
+ };
607
+ cumulative: {
608
+ name: string;
609
+ detail: string;
610
+ };
611
+ };
612
+ };
613
+ F_DIST: {
614
+ description: string;
615
+ abstract: string;
616
+ links: {
617
+ title: string;
618
+ url: string;
619
+ }[];
620
+ functionParameter: {
621
+ x: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ degFreedom1: {
626
+ name: string;
627
+ detail: string;
628
+ };
629
+ degFreedom2: {
630
+ name: string;
631
+ detail: string;
632
+ };
633
+ cumulative: {
634
+ name: string;
635
+ detail: string;
636
+ };
637
+ };
638
+ };
639
+ F_DIST_RT: {
640
+ description: string;
641
+ abstract: string;
642
+ links: {
643
+ title: string;
644
+ url: string;
645
+ }[];
646
+ functionParameter: {
647
+ x: {
648
+ name: string;
649
+ detail: string;
650
+ };
651
+ degFreedom1: {
652
+ name: string;
653
+ detail: string;
654
+ };
655
+ degFreedom2: {
656
+ name: string;
657
+ detail: string;
658
+ };
659
+ };
660
+ };
661
+ F_INV: {
662
+ description: string;
663
+ abstract: string;
664
+ links: {
665
+ title: string;
666
+ url: string;
667
+ }[];
668
+ functionParameter: {
669
+ probability: {
670
+ name: string;
671
+ detail: string;
672
+ };
673
+ degFreedom1: {
674
+ name: string;
675
+ detail: string;
676
+ };
677
+ degFreedom2: {
678
+ name: string;
679
+ detail: string;
680
+ };
681
+ };
682
+ };
683
+ F_INV_RT: {
684
+ description: string;
685
+ abstract: string;
686
+ links: {
687
+ title: string;
688
+ url: string;
689
+ }[];
690
+ functionParameter: {
691
+ probability: {
692
+ name: string;
693
+ detail: string;
694
+ };
695
+ degFreedom1: {
696
+ name: string;
697
+ detail: string;
698
+ };
699
+ degFreedom2: {
700
+ name: string;
701
+ detail: string;
702
+ };
703
+ };
704
+ };
705
+ F_TEST: {
706
+ description: string;
707
+ abstract: string;
708
+ links: {
709
+ title: string;
710
+ url: string;
711
+ }[];
712
+ functionParameter: {
713
+ array1: {
714
+ name: string;
715
+ detail: string;
716
+ };
717
+ array2: {
718
+ name: string;
719
+ detail: string;
720
+ };
721
+ };
722
+ };
723
+ FISHER: {
724
+ description: string;
725
+ abstract: string;
726
+ links: {
727
+ title: string;
728
+ url: string;
729
+ }[];
730
+ functionParameter: {
731
+ x: {
732
+ name: string;
733
+ detail: string;
734
+ };
735
+ };
736
+ };
737
+ FISHERINV: {
738
+ description: string;
739
+ abstract: string;
740
+ links: {
741
+ title: string;
742
+ url: string;
743
+ }[];
744
+ functionParameter: {
745
+ y: {
746
+ name: string;
747
+ detail: string;
748
+ };
749
+ };
750
+ };
751
+ FORECAST: {
752
+ description: string;
753
+ abstract: string;
754
+ links: {
755
+ title: string;
756
+ url: string;
757
+ }[];
758
+ functionParameter: {
759
+ x: {
760
+ name: string;
761
+ detail: string;
762
+ };
763
+ knownYs: {
764
+ name: string;
765
+ detail: string;
766
+ };
767
+ knownXs: {
768
+ name: string;
769
+ detail: string;
770
+ };
771
+ };
772
+ };
773
+ FORECAST_ETS: {
774
+ description: string;
775
+ abstract: string;
776
+ links: {
777
+ title: string;
778
+ url: string;
779
+ }[];
780
+ functionParameter: {
781
+ number1: {
782
+ name: string;
783
+ detail: string;
784
+ };
785
+ number2: {
786
+ name: string;
787
+ detail: string;
788
+ };
789
+ };
790
+ };
791
+ FORECAST_ETS_CONFINT: {
792
+ description: string;
793
+ abstract: string;
794
+ links: {
795
+ title: string;
796
+ url: string;
797
+ }[];
798
+ functionParameter: {
799
+ number1: {
800
+ name: string;
801
+ detail: string;
802
+ };
803
+ number2: {
804
+ name: string;
805
+ detail: string;
806
+ };
807
+ };
808
+ };
809
+ FORECAST_ETS_SEASONALITY: {
810
+ description: string;
811
+ abstract: string;
812
+ links: {
813
+ title: string;
814
+ url: string;
815
+ }[];
816
+ functionParameter: {
817
+ number1: {
818
+ name: string;
819
+ detail: string;
820
+ };
821
+ number2: {
822
+ name: string;
823
+ detail: string;
824
+ };
825
+ };
826
+ };
827
+ FORECAST_ETS_STAT: {
828
+ description: string;
829
+ abstract: string;
830
+ links: {
831
+ title: string;
832
+ url: string;
833
+ }[];
834
+ functionParameter: {
835
+ number1: {
836
+ name: string;
837
+ detail: string;
838
+ };
839
+ number2: {
840
+ name: string;
841
+ detail: string;
842
+ };
843
+ };
844
+ };
845
+ FORECAST_LINEAR: {
846
+ description: string;
847
+ abstract: string;
848
+ links: {
849
+ title: string;
850
+ url: string;
851
+ }[];
852
+ functionParameter: {
853
+ x: {
854
+ name: string;
855
+ detail: string;
856
+ };
857
+ knownYs: {
858
+ name: string;
859
+ detail: string;
860
+ };
861
+ knownXs: {
862
+ name: string;
863
+ detail: string;
864
+ };
865
+ };
866
+ };
867
+ FREQUENCY: {
868
+ description: string;
869
+ abstract: string;
870
+ links: {
871
+ title: string;
872
+ url: string;
873
+ }[];
874
+ functionParameter: {
875
+ dataArray: {
876
+ name: string;
877
+ detail: string;
878
+ };
879
+ binsArray: {
880
+ name: string;
881
+ detail: string;
882
+ };
883
+ };
884
+ };
885
+ GAMMA: {
886
+ description: string;
887
+ abstract: string;
888
+ links: {
889
+ title: string;
890
+ url: string;
891
+ }[];
892
+ functionParameter: {
893
+ number: {
894
+ name: string;
895
+ detail: string;
896
+ };
897
+ };
898
+ };
899
+ GAMMA_DIST: {
900
+ description: string;
901
+ abstract: string;
902
+ links: {
903
+ title: string;
904
+ url: string;
905
+ }[];
906
+ functionParameter: {
907
+ x: {
908
+ name: string;
909
+ detail: string;
910
+ };
911
+ alpha: {
912
+ name: string;
913
+ detail: string;
914
+ };
915
+ beta: {
916
+ name: string;
917
+ detail: string;
918
+ };
919
+ cumulative: {
920
+ name: string;
921
+ detail: string;
922
+ };
923
+ };
924
+ };
925
+ GAMMA_INV: {
926
+ description: string;
927
+ abstract: string;
928
+ links: {
929
+ title: string;
930
+ url: string;
931
+ }[];
932
+ functionParameter: {
933
+ probability: {
934
+ name: string;
935
+ detail: string;
936
+ };
937
+ alpha: {
938
+ name: string;
939
+ detail: string;
940
+ };
941
+ beta: {
942
+ name: string;
943
+ detail: string;
944
+ };
945
+ };
946
+ };
947
+ GAMMALN: {
948
+ description: string;
949
+ abstract: string;
950
+ links: {
951
+ title: string;
952
+ url: string;
953
+ }[];
954
+ functionParameter: {
955
+ x: {
956
+ name: string;
957
+ detail: string;
958
+ };
959
+ };
960
+ };
961
+ GAMMALN_PRECISE: {
962
+ description: string;
963
+ abstract: string;
964
+ links: {
965
+ title: string;
966
+ url: string;
967
+ }[];
968
+ functionParameter: {
969
+ x: {
970
+ name: string;
971
+ detail: string;
972
+ };
973
+ };
974
+ };
975
+ GAUSS: {
976
+ description: string;
977
+ abstract: string;
978
+ links: {
979
+ title: string;
980
+ url: string;
981
+ }[];
982
+ functionParameter: {
983
+ z: {
984
+ name: string;
985
+ detail: string;
986
+ };
987
+ };
988
+ };
989
+ GEOMEAN: {
990
+ description: string;
991
+ abstract: string;
992
+ links: {
993
+ title: string;
994
+ url: string;
995
+ }[];
996
+ functionParameter: {
997
+ number1: {
998
+ name: string;
999
+ detail: string;
1000
+ };
1001
+ number2: {
1002
+ name: string;
1003
+ detail: string;
1004
+ };
1005
+ };
1006
+ };
1007
+ GROWTH: {
1008
+ description: string;
1009
+ abstract: string;
1010
+ links: {
1011
+ title: string;
1012
+ url: string;
1013
+ }[];
1014
+ functionParameter: {
1015
+ knownYs: {
1016
+ name: string;
1017
+ detail: string;
1018
+ };
1019
+ knownXs: {
1020
+ name: string;
1021
+ detail: string;
1022
+ };
1023
+ newXs: {
1024
+ name: string;
1025
+ detail: string;
1026
+ };
1027
+ constb: {
1028
+ name: string;
1029
+ detail: string;
1030
+ };
1031
+ };
1032
+ };
1033
+ HARMEAN: {
1034
+ description: string;
1035
+ abstract: string;
1036
+ links: {
1037
+ title: string;
1038
+ url: string;
1039
+ }[];
1040
+ functionParameter: {
1041
+ number1: {
1042
+ name: string;
1043
+ detail: string;
1044
+ };
1045
+ number2: {
1046
+ name: string;
1047
+ detail: string;
1048
+ };
1049
+ };
1050
+ };
1051
+ HYPGEOM_DIST: {
1052
+ description: string;
1053
+ abstract: string;
1054
+ links: {
1055
+ title: string;
1056
+ url: string;
1057
+ }[];
1058
+ functionParameter: {
1059
+ sampleS: {
1060
+ name: string;
1061
+ detail: string;
1062
+ };
1063
+ numberSample: {
1064
+ name: string;
1065
+ detail: string;
1066
+ };
1067
+ populationS: {
1068
+ name: string;
1069
+ detail: string;
1070
+ };
1071
+ numberPop: {
1072
+ name: string;
1073
+ detail: string;
1074
+ };
1075
+ cumulative: {
1076
+ name: string;
1077
+ detail: string;
1078
+ };
1079
+ };
1080
+ };
1081
+ INTERCEPT: {
1082
+ description: string;
1083
+ abstract: string;
1084
+ links: {
1085
+ title: string;
1086
+ url: string;
1087
+ }[];
1088
+ functionParameter: {
1089
+ knownYs: {
1090
+ name: string;
1091
+ detail: string;
1092
+ };
1093
+ knownXs: {
1094
+ name: string;
1095
+ detail: string;
1096
+ };
1097
+ };
1098
+ };
1099
+ KURT: {
1100
+ description: string;
1101
+ abstract: string;
1102
+ links: {
1103
+ title: string;
1104
+ url: string;
1105
+ }[];
1106
+ functionParameter: {
1107
+ number1: {
1108
+ name: string;
1109
+ detail: string;
1110
+ };
1111
+ number2: {
1112
+ name: string;
1113
+ detail: string;
1114
+ };
1115
+ };
1116
+ };
1117
+ LARGE: {
1118
+ description: string;
1119
+ abstract: string;
1120
+ links: {
1121
+ title: string;
1122
+ url: string;
1123
+ }[];
1124
+ functionParameter: {
1125
+ array: {
1126
+ name: string;
1127
+ detail: string;
1128
+ };
1129
+ k: {
1130
+ name: string;
1131
+ detail: string;
1132
+ };
1133
+ };
1134
+ };
1135
+ LINEST: {
1136
+ description: string;
1137
+ abstract: string;
1138
+ links: {
1139
+ title: string;
1140
+ url: string;
1141
+ }[];
1142
+ functionParameter: {
1143
+ knownYs: {
1144
+ name: string;
1145
+ detail: string;
1146
+ };
1147
+ knownXs: {
1148
+ name: string;
1149
+ detail: string;
1150
+ };
1151
+ constb: {
1152
+ name: string;
1153
+ detail: string;
1154
+ };
1155
+ stats: {
1156
+ name: string;
1157
+ detail: string;
1158
+ };
1159
+ };
1160
+ };
1161
+ LOGEST: {
1162
+ description: string;
1163
+ abstract: string;
1164
+ links: {
1165
+ title: string;
1166
+ url: string;
1167
+ }[];
1168
+ functionParameter: {
1169
+ knownYs: {
1170
+ name: string;
1171
+ detail: string;
1172
+ };
1173
+ knownXs: {
1174
+ name: string;
1175
+ detail: string;
1176
+ };
1177
+ constb: {
1178
+ name: string;
1179
+ detail: string;
1180
+ };
1181
+ stats: {
1182
+ name: string;
1183
+ detail: string;
1184
+ };
1185
+ };
1186
+ };
1187
+ LOGNORM_DIST: {
1188
+ description: string;
1189
+ abstract: string;
1190
+ links: {
1191
+ title: string;
1192
+ url: string;
1193
+ }[];
1194
+ functionParameter: {
1195
+ x: {
1196
+ name: string;
1197
+ detail: string;
1198
+ };
1199
+ mean: {
1200
+ name: string;
1201
+ detail: string;
1202
+ };
1203
+ standardDev: {
1204
+ name: string;
1205
+ detail: string;
1206
+ };
1207
+ cumulative: {
1208
+ name: string;
1209
+ detail: string;
1210
+ };
1211
+ };
1212
+ };
1213
+ LOGNORM_INV: {
1214
+ description: string;
1215
+ abstract: string;
1216
+ links: {
1217
+ title: string;
1218
+ url: string;
1219
+ }[];
1220
+ functionParameter: {
1221
+ probability: {
1222
+ name: string;
1223
+ detail: string;
1224
+ };
1225
+ mean: {
1226
+ name: string;
1227
+ detail: string;
1228
+ };
1229
+ standardDev: {
1230
+ name: string;
1231
+ detail: string;
1232
+ };
1233
+ };
1234
+ };
1235
+ MARGINOFERROR: {
1236
+ description: string;
1237
+ abstract: string;
1238
+ links: {
1239
+ title: string;
1240
+ url: string;
1241
+ }[];
1242
+ functionParameter: {
1243
+ range: {
1244
+ name: string;
1245
+ detail: string;
1246
+ };
1247
+ confidence: {
1248
+ name: string;
1249
+ detail: string;
1250
+ };
1251
+ };
1252
+ };
1253
+ MAX: {
1254
+ description: string;
1255
+ abstract: string;
1256
+ links: {
1257
+ title: string;
1258
+ url: string;
1259
+ }[];
1260
+ functionParameter: {
1261
+ number1: {
1262
+ name: string;
1263
+ detail: string;
1264
+ };
1265
+ number2: {
1266
+ name: string;
1267
+ detail: string;
1268
+ };
1269
+ };
1270
+ };
1271
+ MAXA: {
1272
+ description: string;
1273
+ abstract: string;
1274
+ links: {
1275
+ title: string;
1276
+ url: string;
1277
+ }[];
1278
+ functionParameter: {
1279
+ value1: {
1280
+ name: string;
1281
+ detail: string;
1282
+ };
1283
+ value2: {
1284
+ name: string;
1285
+ detail: string;
1286
+ };
1287
+ };
1288
+ };
1289
+ MAXIFS: {
1290
+ description: string;
1291
+ abstract: string;
1292
+ links: {
1293
+ title: string;
1294
+ url: string;
1295
+ }[];
1296
+ functionParameter: {
1297
+ maxRange: {
1298
+ name: string;
1299
+ detail: string;
1300
+ };
1301
+ criteriaRange1: {
1302
+ name: string;
1303
+ detail: string;
1304
+ };
1305
+ criteria1: {
1306
+ name: string;
1307
+ detail: string;
1308
+ };
1309
+ criteriaRange2: {
1310
+ name: string;
1311
+ detail: string;
1312
+ };
1313
+ criteria2: {
1314
+ name: string;
1315
+ detail: string;
1316
+ };
1317
+ };
1318
+ };
1319
+ MEDIAN: {
1320
+ description: string;
1321
+ abstract: string;
1322
+ links: {
1323
+ title: string;
1324
+ url: string;
1325
+ }[];
1326
+ functionParameter: {
1327
+ number1: {
1328
+ name: string;
1329
+ detail: string;
1330
+ };
1331
+ number2: {
1332
+ name: string;
1333
+ detail: string;
1334
+ };
1335
+ };
1336
+ };
1337
+ MIN: {
1338
+ description: string;
1339
+ abstract: string;
1340
+ links: {
1341
+ title: string;
1342
+ url: string;
1343
+ }[];
1344
+ functionParameter: {
1345
+ number1: {
1346
+ name: string;
1347
+ detail: string;
1348
+ };
1349
+ number2: {
1350
+ name: string;
1351
+ detail: string;
1352
+ };
1353
+ };
1354
+ };
1355
+ MINA: {
1356
+ description: string;
1357
+ abstract: string;
1358
+ links: {
1359
+ title: string;
1360
+ url: string;
1361
+ }[];
1362
+ functionParameter: {
1363
+ value1: {
1364
+ name: string;
1365
+ detail: string;
1366
+ };
1367
+ value2: {
1368
+ name: string;
1369
+ detail: string;
1370
+ };
1371
+ };
1372
+ };
1373
+ MINIFS: {
1374
+ description: string;
1375
+ abstract: string;
1376
+ links: {
1377
+ title: string;
1378
+ url: string;
1379
+ }[];
1380
+ functionParameter: {
1381
+ minRange: {
1382
+ name: string;
1383
+ detail: string;
1384
+ };
1385
+ criteriaRange1: {
1386
+ name: string;
1387
+ detail: string;
1388
+ };
1389
+ criteria1: {
1390
+ name: string;
1391
+ detail: string;
1392
+ };
1393
+ criteriaRange2: {
1394
+ name: string;
1395
+ detail: string;
1396
+ };
1397
+ criteria2: {
1398
+ name: string;
1399
+ detail: string;
1400
+ };
1401
+ };
1402
+ };
1403
+ MODE_MULT: {
1404
+ description: string;
1405
+ abstract: string;
1406
+ links: {
1407
+ title: string;
1408
+ url: string;
1409
+ }[];
1410
+ functionParameter: {
1411
+ number1: {
1412
+ name: string;
1413
+ detail: string;
1414
+ };
1415
+ number2: {
1416
+ name: string;
1417
+ detail: string;
1418
+ };
1419
+ };
1420
+ };
1421
+ MODE_SNGL: {
1422
+ description: string;
1423
+ abstract: string;
1424
+ links: {
1425
+ title: string;
1426
+ url: string;
1427
+ }[];
1428
+ functionParameter: {
1429
+ number1: {
1430
+ name: string;
1431
+ detail: string;
1432
+ };
1433
+ number2: {
1434
+ name: string;
1435
+ detail: string;
1436
+ };
1437
+ };
1438
+ };
1439
+ NEGBINOM_DIST: {
1440
+ description: string;
1441
+ abstract: string;
1442
+ links: {
1443
+ title: string;
1444
+ url: string;
1445
+ }[];
1446
+ functionParameter: {
1447
+ numberF: {
1448
+ name: string;
1449
+ detail: string;
1450
+ };
1451
+ numberS: {
1452
+ name: string;
1453
+ detail: string;
1454
+ };
1455
+ probabilityS: {
1456
+ name: string;
1457
+ detail: string;
1458
+ };
1459
+ cumulative: {
1460
+ name: string;
1461
+ detail: string;
1462
+ };
1463
+ };
1464
+ };
1465
+ NORM_DIST: {
1466
+ description: string;
1467
+ abstract: string;
1468
+ links: {
1469
+ title: string;
1470
+ url: string;
1471
+ }[];
1472
+ functionParameter: {
1473
+ x: {
1474
+ name: string;
1475
+ detail: string;
1476
+ };
1477
+ mean: {
1478
+ name: string;
1479
+ detail: string;
1480
+ };
1481
+ standardDev: {
1482
+ name: string;
1483
+ detail: string;
1484
+ };
1485
+ cumulative: {
1486
+ name: string;
1487
+ detail: string;
1488
+ };
1489
+ };
1490
+ };
1491
+ NORM_INV: {
1492
+ description: string;
1493
+ abstract: string;
1494
+ links: {
1495
+ title: string;
1496
+ url: string;
1497
+ }[];
1498
+ functionParameter: {
1499
+ probability: {
1500
+ name: string;
1501
+ detail: string;
1502
+ };
1503
+ mean: {
1504
+ name: string;
1505
+ detail: string;
1506
+ };
1507
+ standardDev: {
1508
+ name: string;
1509
+ detail: string;
1510
+ };
1511
+ };
1512
+ };
1513
+ NORM_S_DIST: {
1514
+ description: string;
1515
+ abstract: string;
1516
+ links: {
1517
+ title: string;
1518
+ url: string;
1519
+ }[];
1520
+ functionParameter: {
1521
+ z: {
1522
+ name: string;
1523
+ detail: string;
1524
+ };
1525
+ cumulative: {
1526
+ name: string;
1527
+ detail: string;
1528
+ };
1529
+ };
1530
+ };
1531
+ NORM_S_INV: {
1532
+ description: string;
1533
+ abstract: string;
1534
+ links: {
1535
+ title: string;
1536
+ url: string;
1537
+ }[];
1538
+ functionParameter: {
1539
+ probability: {
1540
+ name: string;
1541
+ detail: string;
1542
+ };
1543
+ };
1544
+ };
1545
+ PEARSON: {
1546
+ description: string;
1547
+ abstract: string;
1548
+ links: {
1549
+ title: string;
1550
+ url: string;
1551
+ }[];
1552
+ functionParameter: {
1553
+ array1: {
1554
+ name: string;
1555
+ detail: string;
1556
+ };
1557
+ array2: {
1558
+ name: string;
1559
+ detail: string;
1560
+ };
1561
+ };
1562
+ };
1563
+ PERCENTILE_EXC: {
1564
+ description: string;
1565
+ abstract: string;
1566
+ links: {
1567
+ title: string;
1568
+ url: string;
1569
+ }[];
1570
+ functionParameter: {
1571
+ array: {
1572
+ name: string;
1573
+ detail: string;
1574
+ };
1575
+ k: {
1576
+ name: string;
1577
+ detail: string;
1578
+ };
1579
+ };
1580
+ };
1581
+ PERCENTILE_INC: {
1582
+ description: string;
1583
+ abstract: string;
1584
+ links: {
1585
+ title: string;
1586
+ url: string;
1587
+ }[];
1588
+ functionParameter: {
1589
+ array: {
1590
+ name: string;
1591
+ detail: string;
1592
+ };
1593
+ k: {
1594
+ name: string;
1595
+ detail: string;
1596
+ };
1597
+ };
1598
+ };
1599
+ PERCENTRANK_EXC: {
1600
+ description: string;
1601
+ abstract: string;
1602
+ links: {
1603
+ title: string;
1604
+ url: string;
1605
+ }[];
1606
+ functionParameter: {
1607
+ array: {
1608
+ name: string;
1609
+ detail: string;
1610
+ };
1611
+ x: {
1612
+ name: string;
1613
+ detail: string;
1614
+ };
1615
+ significance: {
1616
+ name: string;
1617
+ detail: string;
1618
+ };
1619
+ };
1620
+ };
1621
+ PERCENTRANK_INC: {
1622
+ description: string;
1623
+ abstract: string;
1624
+ links: {
1625
+ title: string;
1626
+ url: string;
1627
+ }[];
1628
+ functionParameter: {
1629
+ array: {
1630
+ name: string;
1631
+ detail: string;
1632
+ };
1633
+ x: {
1634
+ name: string;
1635
+ detail: string;
1636
+ };
1637
+ significance: {
1638
+ name: string;
1639
+ detail: string;
1640
+ };
1641
+ };
1642
+ };
1643
+ PERMUT: {
1644
+ description: string;
1645
+ abstract: string;
1646
+ links: {
1647
+ title: string;
1648
+ url: string;
1649
+ }[];
1650
+ functionParameter: {
1651
+ number: {
1652
+ name: string;
1653
+ detail: string;
1654
+ };
1655
+ numberChosen: {
1656
+ name: string;
1657
+ detail: string;
1658
+ };
1659
+ };
1660
+ };
1661
+ PERMUTATIONA: {
1662
+ description: string;
1663
+ abstract: string;
1664
+ links: {
1665
+ title: string;
1666
+ url: string;
1667
+ }[];
1668
+ functionParameter: {
1669
+ number: {
1670
+ name: string;
1671
+ detail: string;
1672
+ };
1673
+ numberChosen: {
1674
+ name: string;
1675
+ detail: string;
1676
+ };
1677
+ };
1678
+ };
1679
+ PHI: {
1680
+ description: string;
1681
+ abstract: string;
1682
+ links: {
1683
+ title: string;
1684
+ url: string;
1685
+ }[];
1686
+ functionParameter: {
1687
+ x: {
1688
+ name: string;
1689
+ detail: string;
1690
+ };
1691
+ };
1692
+ };
1693
+ POISSON_DIST: {
1694
+ description: string;
1695
+ abstract: string;
1696
+ links: {
1697
+ title: string;
1698
+ url: string;
1699
+ }[];
1700
+ functionParameter: {
1701
+ x: {
1702
+ name: string;
1703
+ detail: string;
1704
+ };
1705
+ mean: {
1706
+ name: string;
1707
+ detail: string;
1708
+ };
1709
+ cumulative: {
1710
+ name: string;
1711
+ detail: string;
1712
+ };
1713
+ };
1714
+ };
1715
+ PROB: {
1716
+ description: string;
1717
+ abstract: string;
1718
+ links: {
1719
+ title: string;
1720
+ url: string;
1721
+ }[];
1722
+ functionParameter: {
1723
+ xRange: {
1724
+ name: string;
1725
+ detail: string;
1726
+ };
1727
+ probRange: {
1728
+ name: string;
1729
+ detail: string;
1730
+ };
1731
+ lowerLimit: {
1732
+ name: string;
1733
+ detail: string;
1734
+ };
1735
+ upperLimit: {
1736
+ name: string;
1737
+ detail: string;
1738
+ };
1739
+ };
1740
+ };
1741
+ QUARTILE_EXC: {
1742
+ description: string;
1743
+ abstract: string;
1744
+ links: {
1745
+ title: string;
1746
+ url: string;
1747
+ }[];
1748
+ functionParameter: {
1749
+ array: {
1750
+ name: string;
1751
+ detail: string;
1752
+ };
1753
+ quart: {
1754
+ name: string;
1755
+ detail: string;
1756
+ };
1757
+ };
1758
+ };
1759
+ QUARTILE_INC: {
1760
+ description: string;
1761
+ abstract: string;
1762
+ links: {
1763
+ title: string;
1764
+ url: string;
1765
+ }[];
1766
+ functionParameter: {
1767
+ array: {
1768
+ name: string;
1769
+ detail: string;
1770
+ };
1771
+ quart: {
1772
+ name: string;
1773
+ detail: string;
1774
+ };
1775
+ };
1776
+ };
1777
+ RANK_AVG: {
1778
+ description: string;
1779
+ abstract: string;
1780
+ links: {
1781
+ title: string;
1782
+ url: string;
1783
+ }[];
1784
+ functionParameter: {
1785
+ number: {
1786
+ name: string;
1787
+ detail: string;
1788
+ };
1789
+ ref: {
1790
+ name: string;
1791
+ detail: string;
1792
+ };
1793
+ order: {
1794
+ name: string;
1795
+ detail: string;
1796
+ };
1797
+ };
1798
+ };
1799
+ RANK_EQ: {
1800
+ description: string;
1801
+ abstract: string;
1802
+ links: {
1803
+ title: string;
1804
+ url: string;
1805
+ }[];
1806
+ functionParameter: {
1807
+ number: {
1808
+ name: string;
1809
+ detail: string;
1810
+ };
1811
+ ref: {
1812
+ name: string;
1813
+ detail: string;
1814
+ };
1815
+ order: {
1816
+ name: string;
1817
+ detail: string;
1818
+ };
1819
+ };
1820
+ };
1821
+ RSQ: {
1822
+ description: string;
1823
+ abstract: string;
1824
+ links: {
1825
+ title: string;
1826
+ url: string;
1827
+ }[];
1828
+ functionParameter: {
1829
+ array1: {
1830
+ name: string;
1831
+ detail: string;
1832
+ };
1833
+ array2: {
1834
+ name: string;
1835
+ detail: string;
1836
+ };
1837
+ };
1838
+ };
1839
+ SKEW: {
1840
+ description: string;
1841
+ abstract: string;
1842
+ links: {
1843
+ title: string;
1844
+ url: string;
1845
+ }[];
1846
+ functionParameter: {
1847
+ number1: {
1848
+ name: string;
1849
+ detail: string;
1850
+ };
1851
+ number2: {
1852
+ name: string;
1853
+ detail: string;
1854
+ };
1855
+ };
1856
+ };
1857
+ SKEW_P: {
1858
+ description: string;
1859
+ abstract: string;
1860
+ links: {
1861
+ title: string;
1862
+ url: string;
1863
+ }[];
1864
+ functionParameter: {
1865
+ number1: {
1866
+ name: string;
1867
+ detail: string;
1868
+ };
1869
+ number2: {
1870
+ name: string;
1871
+ detail: string;
1872
+ };
1873
+ };
1874
+ };
1875
+ SLOPE: {
1876
+ description: string;
1877
+ abstract: string;
1878
+ links: {
1879
+ title: string;
1880
+ url: string;
1881
+ }[];
1882
+ functionParameter: {
1883
+ knownYs: {
1884
+ name: string;
1885
+ detail: string;
1886
+ };
1887
+ knownXs: {
1888
+ name: string;
1889
+ detail: string;
1890
+ };
1891
+ };
1892
+ };
1893
+ SMALL: {
1894
+ description: string;
1895
+ abstract: string;
1896
+ links: {
1897
+ title: string;
1898
+ url: string;
1899
+ }[];
1900
+ functionParameter: {
1901
+ array: {
1902
+ name: string;
1903
+ detail: string;
1904
+ };
1905
+ k: {
1906
+ name: string;
1907
+ detail: string;
1908
+ };
1909
+ };
1910
+ };
1911
+ STANDARDIZE: {
1912
+ description: string;
1913
+ abstract: string;
1914
+ links: {
1915
+ title: string;
1916
+ url: string;
1917
+ }[];
1918
+ functionParameter: {
1919
+ x: {
1920
+ name: string;
1921
+ detail: string;
1922
+ };
1923
+ mean: {
1924
+ name: string;
1925
+ detail: string;
1926
+ };
1927
+ standardDev: {
1928
+ name: string;
1929
+ detail: string;
1930
+ };
1931
+ };
1932
+ };
1933
+ STDEV_P: {
1934
+ description: string;
1935
+ abstract: string;
1936
+ links: {
1937
+ title: string;
1938
+ url: string;
1939
+ }[];
1940
+ functionParameter: {
1941
+ number1: {
1942
+ name: string;
1943
+ detail: string;
1944
+ };
1945
+ number2: {
1946
+ name: string;
1947
+ detail: string;
1948
+ };
1949
+ };
1950
+ };
1951
+ STDEV_S: {
1952
+ description: string;
1953
+ abstract: string;
1954
+ links: {
1955
+ title: string;
1956
+ url: string;
1957
+ }[];
1958
+ functionParameter: {
1959
+ number1: {
1960
+ name: string;
1961
+ detail: string;
1962
+ };
1963
+ number2: {
1964
+ name: string;
1965
+ detail: string;
1966
+ };
1967
+ };
1968
+ };
1969
+ STDEVA: {
1970
+ description: string;
1971
+ abstract: string;
1972
+ links: {
1973
+ title: string;
1974
+ url: string;
1975
+ }[];
1976
+ functionParameter: {
1977
+ value1: {
1978
+ name: string;
1979
+ detail: string;
1980
+ };
1981
+ value2: {
1982
+ name: string;
1983
+ detail: string;
1984
+ };
1985
+ };
1986
+ };
1987
+ STDEVPA: {
1988
+ description: string;
1989
+ abstract: string;
1990
+ links: {
1991
+ title: string;
1992
+ url: string;
1993
+ }[];
1994
+ functionParameter: {
1995
+ value1: {
1996
+ name: string;
1997
+ detail: string;
1998
+ };
1999
+ value2: {
2000
+ name: string;
2001
+ detail: string;
2002
+ };
2003
+ };
2004
+ };
2005
+ STEYX: {
2006
+ description: string;
2007
+ abstract: string;
2008
+ links: {
2009
+ title: string;
2010
+ url: string;
2011
+ }[];
2012
+ functionParameter: {
2013
+ knownYs: {
2014
+ name: string;
2015
+ detail: string;
2016
+ };
2017
+ knownXs: {
2018
+ name: string;
2019
+ detail: string;
2020
+ };
2021
+ };
2022
+ };
2023
+ T_DIST: {
2024
+ description: string;
2025
+ abstract: string;
2026
+ links: {
2027
+ title: string;
2028
+ url: string;
2029
+ }[];
2030
+ functionParameter: {
2031
+ x: {
2032
+ name: string;
2033
+ detail: string;
2034
+ };
2035
+ degFreedom: {
2036
+ name: string;
2037
+ detail: string;
2038
+ };
2039
+ cumulative: {
2040
+ name: string;
2041
+ detail: string;
2042
+ };
2043
+ };
2044
+ };
2045
+ T_DIST_2T: {
2046
+ description: string;
2047
+ abstract: string;
2048
+ links: {
2049
+ title: string;
2050
+ url: string;
2051
+ }[];
2052
+ functionParameter: {
2053
+ x: {
2054
+ name: string;
2055
+ detail: string;
2056
+ };
2057
+ degFreedom: {
2058
+ name: string;
2059
+ detail: string;
2060
+ };
2061
+ };
2062
+ };
2063
+ T_DIST_RT: {
2064
+ description: string;
2065
+ abstract: string;
2066
+ links: {
2067
+ title: string;
2068
+ url: string;
2069
+ }[];
2070
+ functionParameter: {
2071
+ x: {
2072
+ name: string;
2073
+ detail: string;
2074
+ };
2075
+ degFreedom: {
2076
+ name: string;
2077
+ detail: string;
2078
+ };
2079
+ };
2080
+ };
2081
+ T_INV: {
2082
+ description: string;
2083
+ abstract: string;
2084
+ links: {
2085
+ title: string;
2086
+ url: string;
2087
+ }[];
2088
+ functionParameter: {
2089
+ probability: {
2090
+ name: string;
2091
+ detail: string;
2092
+ };
2093
+ degFreedom: {
2094
+ name: string;
2095
+ detail: string;
2096
+ };
2097
+ };
2098
+ };
2099
+ T_INV_2T: {
2100
+ description: string;
2101
+ abstract: string;
2102
+ links: {
2103
+ title: string;
2104
+ url: string;
2105
+ }[];
2106
+ functionParameter: {
2107
+ probability: {
2108
+ name: string;
2109
+ detail: string;
2110
+ };
2111
+ degFreedom: {
2112
+ name: string;
2113
+ detail: string;
2114
+ };
2115
+ };
2116
+ };
2117
+ T_TEST: {
2118
+ description: string;
2119
+ abstract: string;
2120
+ links: {
2121
+ title: string;
2122
+ url: string;
2123
+ }[];
2124
+ functionParameter: {
2125
+ array1: {
2126
+ name: string;
2127
+ detail: string;
2128
+ };
2129
+ array2: {
2130
+ name: string;
2131
+ detail: string;
2132
+ };
2133
+ tails: {
2134
+ name: string;
2135
+ detail: string;
2136
+ };
2137
+ type: {
2138
+ name: string;
2139
+ detail: string;
2140
+ };
2141
+ };
2142
+ };
2143
+ TREND: {
2144
+ description: string;
2145
+ abstract: string;
2146
+ links: {
2147
+ title: string;
2148
+ url: string;
2149
+ }[];
2150
+ functionParameter: {
2151
+ knownYs: {
2152
+ name: string;
2153
+ detail: string;
2154
+ };
2155
+ knownXs: {
2156
+ name: string;
2157
+ detail: string;
2158
+ };
2159
+ newXs: {
2160
+ name: string;
2161
+ detail: string;
2162
+ };
2163
+ constb: {
2164
+ name: string;
2165
+ detail: string;
2166
+ };
2167
+ };
2168
+ };
2169
+ TRIMMEAN: {
2170
+ description: string;
2171
+ abstract: string;
2172
+ links: {
2173
+ title: string;
2174
+ url: string;
2175
+ }[];
2176
+ functionParameter: {
2177
+ array: {
2178
+ name: string;
2179
+ detail: string;
2180
+ };
2181
+ percent: {
2182
+ name: string;
2183
+ detail: string;
2184
+ };
2185
+ };
2186
+ };
2187
+ VAR_P: {
2188
+ description: string;
2189
+ abstract: string;
2190
+ links: {
2191
+ title: string;
2192
+ url: string;
2193
+ }[];
2194
+ functionParameter: {
2195
+ number1: {
2196
+ name: string;
2197
+ detail: string;
2198
+ };
2199
+ number2: {
2200
+ name: string;
2201
+ detail: string;
2202
+ };
2203
+ };
2204
+ };
2205
+ VAR_S: {
2206
+ description: string;
2207
+ abstract: string;
2208
+ links: {
2209
+ title: string;
2210
+ url: string;
2211
+ }[];
2212
+ functionParameter: {
2213
+ number1: {
2214
+ name: string;
2215
+ detail: string;
2216
+ };
2217
+ number2: {
2218
+ name: string;
2219
+ detail: string;
2220
+ };
2221
+ };
2222
+ };
2223
+ VARA: {
2224
+ description: string;
2225
+ abstract: string;
2226
+ links: {
2227
+ title: string;
2228
+ url: string;
2229
+ }[];
2230
+ functionParameter: {
2231
+ value1: {
2232
+ name: string;
2233
+ detail: string;
2234
+ };
2235
+ value2: {
2236
+ name: string;
2237
+ detail: string;
2238
+ };
2239
+ };
2240
+ };
2241
+ VARPA: {
2242
+ description: string;
2243
+ abstract: string;
2244
+ links: {
2245
+ title: string;
2246
+ url: string;
2247
+ }[];
2248
+ functionParameter: {
2249
+ value1: {
2250
+ name: string;
2251
+ detail: string;
2252
+ };
2253
+ value2: {
2254
+ name: string;
2255
+ detail: string;
2256
+ };
2257
+ };
2258
+ };
2259
+ WEIBULL_DIST: {
2260
+ description: string;
2261
+ abstract: string;
2262
+ links: {
2263
+ title: string;
2264
+ url: string;
2265
+ }[];
2266
+ functionParameter: {
2267
+ x: {
2268
+ name: string;
2269
+ detail: string;
2270
+ };
2271
+ alpha: {
2272
+ name: string;
2273
+ detail: string;
2274
+ };
2275
+ beta: {
2276
+ name: string;
2277
+ detail: string;
2278
+ };
2279
+ cumulative: {
2280
+ name: string;
2281
+ detail: string;
2282
+ };
2283
+ };
2284
+ };
2285
+ Z_TEST: {
2286
+ description: string;
2287
+ abstract: string;
2288
+ links: {
2289
+ title: string;
2290
+ url: string;
2291
+ }[];
2292
+ functionParameter: {
2293
+ array: {
2294
+ name: string;
2295
+ detail: string;
2296
+ };
2297
+ x: {
2298
+ name: string;
2299
+ detail: string;
2300
+ };
2301
+ sigma: {
2302
+ name: string;
2303
+ detail: string;
2304
+ };
2305
+ };
2306
+ };
2307
+ };
2308
+ export default locale;