@univerjs/sheets-formula 0.2.14 → 0.3.0-alpha.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 (34) hide show
  1. package/lib/cjs/index.js +3 -3
  2. package/lib/es/index.js +672 -375
  3. package/lib/locale/en-US.json +485 -333
  4. package/lib/locale/ru-RU.json +484 -332
  5. package/lib/locale/vi-VN.json +716 -208
  6. package/lib/locale/zh-CN.json +487 -335
  7. package/lib/locale/zh-TW.json +487 -335
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
  9. package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
  10. package/lib/types/controllers/prompt.controller.d.ts +2 -1
  11. package/lib/types/controllers/update-formula.controller.d.ts +1 -1
  12. package/lib/types/index.d.ts +1 -1
  13. package/lib/types/locale/en-US.d.ts +265 -113
  14. package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
  15. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
  16. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
  17. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
  18. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
  19. package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
  20. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
  21. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
  22. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
  23. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
  24. package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
  25. package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
  26. package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
  27. package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
  28. package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
  29. package/lib/types/locale/ru-RU.d.ts +265 -113
  30. package/lib/types/locale/vi-VN.d.ts +538 -66
  31. package/lib/types/locale/zh-CN.d.ts +265 -113
  32. package/lib/types/locale/zh-TW.d.ts +265 -113
  33. package/lib/umd/index.js +3 -3
  34. package/package.json +26 -29
@@ -87,11 +87,23 @@ declare const _default: {
87
87
  url: string;
88
88
  }[];
89
89
  functionParameter: {
90
- number1: {
90
+ x: {
91
91
  name: string;
92
92
  detail: string;
93
93
  };
94
- number2: {
94
+ alpha: {
95
+ name: string;
96
+ detail: string;
97
+ };
98
+ beta: {
99
+ name: string;
100
+ detail: string;
101
+ };
102
+ A: {
103
+ name: string;
104
+ detail: string;
105
+ };
106
+ B: {
95
107
  name: string;
96
108
  detail: string;
97
109
  };
@@ -105,11 +117,23 @@ declare const _default: {
105
117
  url: string;
106
118
  }[];
107
119
  functionParameter: {
108
- number1: {
120
+ probability: {
109
121
  name: string;
110
122
  detail: string;
111
123
  };
112
- number2: {
124
+ alpha: {
125
+ name: string;
126
+ detail: string;
127
+ };
128
+ beta: {
129
+ name: string;
130
+ detail: string;
131
+ };
132
+ A: {
133
+ name: string;
134
+ detail: string;
135
+ };
136
+ B: {
113
137
  name: string;
114
138
  detail: string;
115
139
  };
@@ -123,11 +147,19 @@ declare const _default: {
123
147
  url: string;
124
148
  }[];
125
149
  functionParameter: {
126
- number1: {
150
+ numberS: {
127
151
  name: string;
128
152
  detail: string;
129
153
  };
130
- number2: {
154
+ trials: {
155
+ name: string;
156
+ detail: string;
157
+ };
158
+ probabilityS: {
159
+ name: string;
160
+ detail: string;
161
+ };
162
+ cumulative: {
131
163
  name: string;
132
164
  detail: string;
133
165
  };
@@ -141,11 +173,11 @@ declare const _default: {
141
173
  url: string;
142
174
  }[];
143
175
  functionParameter: {
144
- number1: {
176
+ x: {
145
177
  name: string;
146
178
  detail: string;
147
179
  };
148
- number2: {
180
+ degFreedom: {
149
181
  name: string;
150
182
  detail: string;
151
183
  };
@@ -159,11 +191,11 @@ declare const _default: {
159
191
  url: string;
160
192
  }[];
161
193
  functionParameter: {
162
- number1: {
194
+ probability: {
163
195
  name: string;
164
196
  detail: string;
165
197
  };
166
- number2: {
198
+ degFreedom: {
167
199
  name: string;
168
200
  detail: string;
169
201
  };
@@ -177,11 +209,11 @@ declare const _default: {
177
209
  url: string;
178
210
  }[];
179
211
  functionParameter: {
180
- number1: {
212
+ actualRange: {
181
213
  name: string;
182
214
  detail: string;
183
215
  };
184
- number2: {
216
+ expectedRange: {
185
217
  name: string;
186
218
  detail: string;
187
219
  };
@@ -195,11 +227,15 @@ declare const _default: {
195
227
  url: string;
196
228
  }[];
197
229
  functionParameter: {
198
- number1: {
230
+ alpha: {
199
231
  name: string;
200
232
  detail: string;
201
233
  };
202
- number2: {
234
+ standardDev: {
235
+ name: string;
236
+ detail: string;
237
+ };
238
+ size: {
203
239
  name: string;
204
240
  detail: string;
205
241
  };
@@ -213,11 +249,11 @@ declare const _default: {
213
249
  url: string;
214
250
  }[];
215
251
  functionParameter: {
216
- number1: {
252
+ array1: {
217
253
  name: string;
218
254
  detail: string;
219
255
  };
220
- number2: {
256
+ array2: {
221
257
  name: string;
222
258
  detail: string;
223
259
  };
@@ -231,11 +267,15 @@ declare const _default: {
231
267
  url: string;
232
268
  }[];
233
269
  functionParameter: {
234
- number1: {
270
+ trials: {
235
271
  name: string;
236
272
  detail: string;
237
273
  };
238
- number2: {
274
+ probabilityS: {
275
+ name: string;
276
+ detail: string;
277
+ };
278
+ alpha: {
239
279
  name: string;
240
280
  detail: string;
241
281
  };
@@ -249,11 +289,15 @@ declare const _default: {
249
289
  url: string;
250
290
  }[];
251
291
  functionParameter: {
252
- number1: {
292
+ x: {
253
293
  name: string;
254
294
  detail: string;
255
295
  };
256
- number2: {
296
+ lambda: {
297
+ name: string;
298
+ detail: string;
299
+ };
300
+ cumulative: {
257
301
  name: string;
258
302
  detail: string;
259
303
  };
@@ -267,11 +311,15 @@ declare const _default: {
267
311
  url: string;
268
312
  }[];
269
313
  functionParameter: {
270
- number1: {
314
+ x: {
271
315
  name: string;
272
316
  detail: string;
273
317
  };
274
- number2: {
318
+ degFreedom1: {
319
+ name: string;
320
+ detail: string;
321
+ };
322
+ degFreedom2: {
275
323
  name: string;
276
324
  detail: string;
277
325
  };
@@ -285,11 +333,15 @@ declare const _default: {
285
333
  url: string;
286
334
  }[];
287
335
  functionParameter: {
288
- number1: {
336
+ probability: {
289
337
  name: string;
290
338
  detail: string;
291
339
  };
292
- number2: {
340
+ degFreedom1: {
341
+ name: string;
342
+ detail: string;
343
+ };
344
+ degFreedom2: {
293
345
  name: string;
294
346
  detail: string;
295
347
  };
@@ -303,11 +355,11 @@ declare const _default: {
303
355
  url: string;
304
356
  }[];
305
357
  functionParameter: {
306
- number1: {
358
+ array1: {
307
359
  name: string;
308
360
  detail: string;
309
361
  };
310
- number2: {
362
+ array2: {
311
363
  name: string;
312
364
  detail: string;
313
365
  };
@@ -447,11 +499,19 @@ declare const _default: {
447
499
  url: string;
448
500
  }[];
449
501
  functionParameter: {
450
- number1: {
502
+ x: {
451
503
  name: string;
452
504
  detail: string;
453
505
  };
454
- number2: {
506
+ mean: {
507
+ name: string;
508
+ detail: string;
509
+ };
510
+ standardDev: {
511
+ name: string;
512
+ detail: string;
513
+ };
514
+ cumulative: {
455
515
  name: string;
456
516
  detail: string;
457
517
  };
@@ -465,11 +525,15 @@ declare const _default: {
465
525
  url: string;
466
526
  }[];
467
527
  functionParameter: {
468
- number1: {
528
+ probability: {
469
529
  name: string;
470
530
  detail: string;
471
531
  };
472
- number2: {
532
+ mean: {
533
+ name: string;
534
+ detail: string;
535
+ };
536
+ standardDev: {
473
537
  name: string;
474
538
  detail: string;
475
539
  };
@@ -483,11 +547,7 @@ declare const _default: {
483
547
  url: string;
484
548
  }[];
485
549
  functionParameter: {
486
- number1: {
487
- name: string;
488
- detail: string;
489
- };
490
- number2: {
550
+ z: {
491
551
  name: string;
492
552
  detail: string;
493
553
  };
@@ -501,11 +561,7 @@ declare const _default: {
501
561
  url: string;
502
562
  }[];
503
563
  functionParameter: {
504
- number1: {
505
- name: string;
506
- detail: string;
507
- };
508
- number2: {
564
+ probability: {
509
565
  name: string;
510
566
  detail: string;
511
567
  };
@@ -2728,11 +2784,11 @@ declare const _default: {
2728
2784
  url: string;
2729
2785
  }[];
2730
2786
  functionParameter: {
2731
- number1: {
2787
+ text: {
2732
2788
  name: string;
2733
2789
  detail: string;
2734
2790
  };
2735
- number2: {
2791
+ numBytes: {
2736
2792
  name: string;
2737
2793
  detail: string;
2738
2794
  };
@@ -2788,11 +2844,15 @@ declare const _default: {
2788
2844
  url: string;
2789
2845
  }[];
2790
2846
  functionParameter: {
2791
- number1: {
2847
+ text: {
2792
2848
  name: string;
2793
2849
  detail: string;
2794
2850
  };
2795
- number2: {
2851
+ startNum: {
2852
+ name: string;
2853
+ detail: string;
2854
+ };
2855
+ numChars: {
2796
2856
  name: string;
2797
2857
  detail: string;
2798
2858
  };
@@ -4408,11 +4468,27 @@ declare const _default: {
4408
4468
  url: string;
4409
4469
  }[];
4410
4470
  functionParameter: {
4411
- number1: {
4471
+ x: {
4412
4472
  name: string;
4413
4473
  detail: string;
4414
4474
  };
4415
- number2: {
4475
+ alpha: {
4476
+ name: string;
4477
+ detail: string;
4478
+ };
4479
+ beta: {
4480
+ name: string;
4481
+ detail: string;
4482
+ };
4483
+ cumulative: {
4484
+ name: string;
4485
+ detail: string;
4486
+ };
4487
+ A: {
4488
+ name: string;
4489
+ detail: string;
4490
+ };
4491
+ B: {
4416
4492
  name: string;
4417
4493
  detail: string;
4418
4494
  };
@@ -4426,11 +4502,23 @@ declare const _default: {
4426
4502
  url: string;
4427
4503
  }[];
4428
4504
  functionParameter: {
4429
- number1: {
4505
+ probability: {
4430
4506
  name: string;
4431
4507
  detail: string;
4432
4508
  };
4433
- number2: {
4509
+ alpha: {
4510
+ name: string;
4511
+ detail: string;
4512
+ };
4513
+ beta: {
4514
+ name: string;
4515
+ detail: string;
4516
+ };
4517
+ A: {
4518
+ name: string;
4519
+ detail: string;
4520
+ };
4521
+ B: {
4434
4522
  name: string;
4435
4523
  detail: string;
4436
4524
  };
@@ -4444,11 +4532,19 @@ declare const _default: {
4444
4532
  url: string;
4445
4533
  }[];
4446
4534
  functionParameter: {
4447
- number1: {
4535
+ numberS: {
4448
4536
  name: string;
4449
4537
  detail: string;
4450
4538
  };
4451
- number2: {
4539
+ trials: {
4540
+ name: string;
4541
+ detail: string;
4542
+ };
4543
+ probabilityS: {
4544
+ name: string;
4545
+ detail: string;
4546
+ };
4547
+ cumulative: {
4452
4548
  name: string;
4453
4549
  detail: string;
4454
4550
  };
@@ -4462,11 +4558,19 @@ declare const _default: {
4462
4558
  url: string;
4463
4559
  }[];
4464
4560
  functionParameter: {
4465
- number1: {
4561
+ trials: {
4466
4562
  name: string;
4467
4563
  detail: string;
4468
4564
  };
4469
- number2: {
4565
+ probabilityS: {
4566
+ name: string;
4567
+ detail: string;
4568
+ };
4569
+ numberS: {
4570
+ name: string;
4571
+ detail: string;
4572
+ };
4573
+ numberS2: {
4470
4574
  name: string;
4471
4575
  detail: string;
4472
4576
  };
@@ -4480,11 +4584,15 @@ declare const _default: {
4480
4584
  url: string;
4481
4585
  }[];
4482
4586
  functionParameter: {
4483
- number1: {
4587
+ trials: {
4484
4588
  name: string;
4485
4589
  detail: string;
4486
4590
  };
4487
- number2: {
4591
+ probabilityS: {
4592
+ name: string;
4593
+ detail: string;
4594
+ };
4595
+ alpha: {
4488
4596
  name: string;
4489
4597
  detail: string;
4490
4598
  };
@@ -4498,11 +4606,15 @@ declare const _default: {
4498
4606
  url: string;
4499
4607
  }[];
4500
4608
  functionParameter: {
4501
- number1: {
4609
+ x: {
4502
4610
  name: string;
4503
4611
  detail: string;
4504
4612
  };
4505
- number2: {
4613
+ degFreedom: {
4614
+ name: string;
4615
+ detail: string;
4616
+ };
4617
+ cumulative: {
4506
4618
  name: string;
4507
4619
  detail: string;
4508
4620
  };
@@ -4516,11 +4628,11 @@ declare const _default: {
4516
4628
  url: string;
4517
4629
  }[];
4518
4630
  functionParameter: {
4519
- number1: {
4631
+ x: {
4520
4632
  name: string;
4521
4633
  detail: string;
4522
4634
  };
4523
- number2: {
4635
+ degFreedom: {
4524
4636
  name: string;
4525
4637
  detail: string;
4526
4638
  };
@@ -4534,11 +4646,11 @@ declare const _default: {
4534
4646
  url: string;
4535
4647
  }[];
4536
4648
  functionParameter: {
4537
- number1: {
4649
+ probability: {
4538
4650
  name: string;
4539
4651
  detail: string;
4540
4652
  };
4541
- number2: {
4653
+ degFreedom: {
4542
4654
  name: string;
4543
4655
  detail: string;
4544
4656
  };
@@ -4552,11 +4664,11 @@ declare const _default: {
4552
4664
  url: string;
4553
4665
  }[];
4554
4666
  functionParameter: {
4555
- number1: {
4667
+ probability: {
4556
4668
  name: string;
4557
4669
  detail: string;
4558
4670
  };
4559
- number2: {
4671
+ degFreedom: {
4560
4672
  name: string;
4561
4673
  detail: string;
4562
4674
  };
@@ -4570,11 +4682,11 @@ declare const _default: {
4570
4682
  url: string;
4571
4683
  }[];
4572
4684
  functionParameter: {
4573
- number1: {
4685
+ actualRange: {
4574
4686
  name: string;
4575
4687
  detail: string;
4576
4688
  };
4577
- number2: {
4689
+ expectedRange: {
4578
4690
  name: string;
4579
4691
  detail: string;
4580
4692
  };
@@ -4588,11 +4700,15 @@ declare const _default: {
4588
4700
  url: string;
4589
4701
  }[];
4590
4702
  functionParameter: {
4591
- number1: {
4703
+ alpha: {
4592
4704
  name: string;
4593
4705
  detail: string;
4594
4706
  };
4595
- number2: {
4707
+ standardDev: {
4708
+ name: string;
4709
+ detail: string;
4710
+ };
4711
+ size: {
4596
4712
  name: string;
4597
4713
  detail: string;
4598
4714
  };
@@ -4606,11 +4722,15 @@ declare const _default: {
4606
4722
  url: string;
4607
4723
  }[];
4608
4724
  functionParameter: {
4609
- number1: {
4725
+ alpha: {
4610
4726
  name: string;
4611
4727
  detail: string;
4612
4728
  };
4613
- number2: {
4729
+ standardDev: {
4730
+ name: string;
4731
+ detail: string;
4732
+ };
4733
+ size: {
4614
4734
  name: string;
4615
4735
  detail: string;
4616
4736
  };
@@ -4624,11 +4744,11 @@ declare const _default: {
4624
4744
  url: string;
4625
4745
  }[];
4626
4746
  functionParameter: {
4627
- number1: {
4747
+ array1: {
4628
4748
  name: string;
4629
4749
  detail: string;
4630
4750
  };
4631
- number2: {
4751
+ array2: {
4632
4752
  name: string;
4633
4753
  detail: string;
4634
4754
  };
@@ -4736,11 +4856,11 @@ declare const _default: {
4736
4856
  url: string;
4737
4857
  }[];
4738
4858
  functionParameter: {
4739
- number1: {
4859
+ array1: {
4740
4860
  name: string;
4741
4861
  detail: string;
4742
4862
  };
4743
- number2: {
4863
+ array2: {
4744
4864
  name: string;
4745
4865
  detail: string;
4746
4866
  };
@@ -4754,11 +4874,11 @@ declare const _default: {
4754
4874
  url: string;
4755
4875
  }[];
4756
4876
  functionParameter: {
4757
- number1: {
4877
+ array1: {
4758
4878
  name: string;
4759
4879
  detail: string;
4760
4880
  };
4761
- number2: {
4881
+ array2: {
4762
4882
  name: string;
4763
4883
  detail: string;
4764
4884
  };
@@ -4790,11 +4910,15 @@ declare const _default: {
4790
4910
  url: string;
4791
4911
  }[];
4792
4912
  functionParameter: {
4793
- number1: {
4913
+ x: {
4794
4914
  name: string;
4795
4915
  detail: string;
4796
4916
  };
4797
- number2: {
4917
+ lambda: {
4918
+ name: string;
4919
+ detail: string;
4920
+ };
4921
+ cumulative: {
4798
4922
  name: string;
4799
4923
  detail: string;
4800
4924
  };
@@ -4808,11 +4932,19 @@ declare const _default: {
4808
4932
  url: string;
4809
4933
  }[];
4810
4934
  functionParameter: {
4811
- number1: {
4935
+ x: {
4812
4936
  name: string;
4813
4937
  detail: string;
4814
4938
  };
4815
- number2: {
4939
+ degFreedom1: {
4940
+ name: string;
4941
+ detail: string;
4942
+ };
4943
+ degFreedom2: {
4944
+ name: string;
4945
+ detail: string;
4946
+ };
4947
+ cumulative: {
4816
4948
  name: string;
4817
4949
  detail: string;
4818
4950
  };
@@ -4826,11 +4958,15 @@ declare const _default: {
4826
4958
  url: string;
4827
4959
  }[];
4828
4960
  functionParameter: {
4829
- number1: {
4961
+ x: {
4830
4962
  name: string;
4831
4963
  detail: string;
4832
4964
  };
4833
- number2: {
4965
+ degFreedom1: {
4966
+ name: string;
4967
+ detail: string;
4968
+ };
4969
+ degFreedom2: {
4834
4970
  name: string;
4835
4971
  detail: string;
4836
4972
  };
@@ -4844,11 +4980,15 @@ declare const _default: {
4844
4980
  url: string;
4845
4981
  }[];
4846
4982
  functionParameter: {
4847
- number1: {
4983
+ probability: {
4848
4984
  name: string;
4849
4985
  detail: string;
4850
4986
  };
4851
- number2: {
4987
+ degFreedom1: {
4988
+ name: string;
4989
+ detail: string;
4990
+ };
4991
+ degFreedom2: {
4852
4992
  name: string;
4853
4993
  detail: string;
4854
4994
  };
@@ -4862,11 +5002,15 @@ declare const _default: {
4862
5002
  url: string;
4863
5003
  }[];
4864
5004
  functionParameter: {
4865
- number1: {
5005
+ probability: {
4866
5006
  name: string;
4867
5007
  detail: string;
4868
5008
  };
4869
- number2: {
5009
+ degFreedom1: {
5010
+ name: string;
5011
+ detail: string;
5012
+ };
5013
+ degFreedom2: {
4870
5014
  name: string;
4871
5015
  detail: string;
4872
5016
  };
@@ -4880,11 +5024,11 @@ declare const _default: {
4880
5024
  url: string;
4881
5025
  }[];
4882
5026
  functionParameter: {
4883
- number1: {
5027
+ array1: {
4884
5028
  name: string;
4885
5029
  detail: string;
4886
5030
  };
4887
- number2: {
5031
+ array2: {
4888
5032
  name: string;
4889
5033
  detail: string;
4890
5034
  };
@@ -4898,11 +5042,7 @@ declare const _default: {
4898
5042
  url: string;
4899
5043
  }[];
4900
5044
  functionParameter: {
4901
- number1: {
4902
- name: string;
4903
- detail: string;
4904
- };
4905
- number2: {
5045
+ x: {
4906
5046
  name: string;
4907
5047
  detail: string;
4908
5048
  };
@@ -4916,11 +5056,7 @@ declare const _default: {
4916
5056
  url: string;
4917
5057
  }[];
4918
5058
  functionParameter: {
4919
- number1: {
4920
- name: string;
4921
- detail: string;
4922
- };
4923
- number2: {
5059
+ y: {
4924
5060
  name: string;
4925
5061
  detail: string;
4926
5062
  };
@@ -4934,11 +5070,15 @@ declare const _default: {
4934
5070
  url: string;
4935
5071
  }[];
4936
5072
  functionParameter: {
4937
- number1: {
5073
+ x: {
4938
5074
  name: string;
4939
5075
  detail: string;
4940
5076
  };
4941
- number2: {
5077
+ knownYs: {
5078
+ name: string;
5079
+ detail: string;
5080
+ };
5081
+ knownXs: {
4942
5082
  name: string;
4943
5083
  detail: string;
4944
5084
  };
@@ -5024,11 +5164,15 @@ declare const _default: {
5024
5164
  url: string;
5025
5165
  }[];
5026
5166
  functionParameter: {
5027
- number1: {
5167
+ x: {
5028
5168
  name: string;
5029
5169
  detail: string;
5030
5170
  };
5031
- number2: {
5171
+ knownYs: {
5172
+ name: string;
5173
+ detail: string;
5174
+ };
5175
+ knownXs: {
5032
5176
  name: string;
5033
5177
  detail: string;
5034
5178
  };
@@ -5240,11 +5384,11 @@ declare const _default: {
5240
5384
  url: string;
5241
5385
  }[];
5242
5386
  functionParameter: {
5243
- number1: {
5387
+ knownYs: {
5244
5388
  name: string;
5245
5389
  detail: string;
5246
5390
  };
5247
- number2: {
5391
+ knownXs: {
5248
5392
  name: string;
5249
5393
  detail: string;
5250
5394
  };
@@ -5570,11 +5714,19 @@ declare const _default: {
5570
5714
  url: string;
5571
5715
  }[];
5572
5716
  functionParameter: {
5573
- number1: {
5717
+ x: {
5574
5718
  name: string;
5575
5719
  detail: string;
5576
5720
  };
5577
- number2: {
5721
+ mean: {
5722
+ name: string;
5723
+ detail: string;
5724
+ };
5725
+ standardDev: {
5726
+ name: string;
5727
+ detail: string;
5728
+ };
5729
+ cumulative: {
5578
5730
  name: string;
5579
5731
  detail: string;
5580
5732
  };
@@ -5588,11 +5740,15 @@ declare const _default: {
5588
5740
  url: string;
5589
5741
  }[];
5590
5742
  functionParameter: {
5591
- number1: {
5743
+ probability: {
5592
5744
  name: string;
5593
5745
  detail: string;
5594
5746
  };
5595
- number2: {
5747
+ mean: {
5748
+ name: string;
5749
+ detail: string;
5750
+ };
5751
+ standardDev: {
5596
5752
  name: string;
5597
5753
  detail: string;
5598
5754
  };
@@ -5606,11 +5762,11 @@ declare const _default: {
5606
5762
  url: string;
5607
5763
  }[];
5608
5764
  functionParameter: {
5609
- number1: {
5765
+ z: {
5610
5766
  name: string;
5611
5767
  detail: string;
5612
5768
  };
5613
- number2: {
5769
+ cumulative: {
5614
5770
  name: string;
5615
5771
  detail: string;
5616
5772
  };
@@ -5624,11 +5780,7 @@ declare const _default: {
5624
5780
  url: string;
5625
5781
  }[];
5626
5782
  functionParameter: {
5627
- number1: {
5628
- name: string;
5629
- detail: string;
5630
- };
5631
- number2: {
5783
+ probability: {
5632
5784
  name: string;
5633
5785
  detail: string;
5634
5786
  };