@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
  };
@@ -4178,11 +4234,27 @@ declare const _default: {
4178
4234
  url: string;
4179
4235
  }[];
4180
4236
  functionParameter: {
4181
- number1: {
4237
+ x: {
4182
4238
  name: string;
4183
4239
  detail: string;
4184
4240
  };
4185
- number2: {
4241
+ alpha: {
4242
+ name: string;
4243
+ detail: string;
4244
+ };
4245
+ beta: {
4246
+ name: string;
4247
+ detail: string;
4248
+ };
4249
+ cumulative: {
4250
+ name: string;
4251
+ detail: string;
4252
+ };
4253
+ A: {
4254
+ name: string;
4255
+ detail: string;
4256
+ };
4257
+ B: {
4186
4258
  name: string;
4187
4259
  detail: string;
4188
4260
  };
@@ -4196,11 +4268,23 @@ declare const _default: {
4196
4268
  url: string;
4197
4269
  }[];
4198
4270
  functionParameter: {
4199
- number1: {
4271
+ probability: {
4200
4272
  name: string;
4201
4273
  detail: string;
4202
4274
  };
4203
- number2: {
4275
+ alpha: {
4276
+ name: string;
4277
+ detail: string;
4278
+ };
4279
+ beta: {
4280
+ name: string;
4281
+ detail: string;
4282
+ };
4283
+ A: {
4284
+ name: string;
4285
+ detail: string;
4286
+ };
4287
+ B: {
4204
4288
  name: string;
4205
4289
  detail: string;
4206
4290
  };
@@ -4214,11 +4298,19 @@ declare const _default: {
4214
4298
  url: string;
4215
4299
  }[];
4216
4300
  functionParameter: {
4217
- number1: {
4301
+ numberS: {
4218
4302
  name: string;
4219
4303
  detail: string;
4220
4304
  };
4221
- number2: {
4305
+ trials: {
4306
+ name: string;
4307
+ detail: string;
4308
+ };
4309
+ probabilityS: {
4310
+ name: string;
4311
+ detail: string;
4312
+ };
4313
+ cumulative: {
4222
4314
  name: string;
4223
4315
  detail: string;
4224
4316
  };
@@ -4232,11 +4324,19 @@ declare const _default: {
4232
4324
  url: string;
4233
4325
  }[];
4234
4326
  functionParameter: {
4235
- number1: {
4327
+ trials: {
4236
4328
  name: string;
4237
4329
  detail: string;
4238
4330
  };
4239
- number2: {
4331
+ probabilityS: {
4332
+ name: string;
4333
+ detail: string;
4334
+ };
4335
+ numberS: {
4336
+ name: string;
4337
+ detail: string;
4338
+ };
4339
+ numberS2: {
4240
4340
  name: string;
4241
4341
  detail: string;
4242
4342
  };
@@ -4250,11 +4350,15 @@ declare const _default: {
4250
4350
  url: string;
4251
4351
  }[];
4252
4352
  functionParameter: {
4253
- number1: {
4353
+ trials: {
4254
4354
  name: string;
4255
4355
  detail: string;
4256
4356
  };
4257
- number2: {
4357
+ probabilityS: {
4358
+ name: string;
4359
+ detail: string;
4360
+ };
4361
+ alpha: {
4258
4362
  name: string;
4259
4363
  detail: string;
4260
4364
  };
@@ -4268,11 +4372,15 @@ declare const _default: {
4268
4372
  url: string;
4269
4373
  }[];
4270
4374
  functionParameter: {
4271
- number1: {
4375
+ x: {
4272
4376
  name: string;
4273
4377
  detail: string;
4274
4378
  };
4275
- number2: {
4379
+ degFreedom: {
4380
+ name: string;
4381
+ detail: string;
4382
+ };
4383
+ cumulative: {
4276
4384
  name: string;
4277
4385
  detail: string;
4278
4386
  };
@@ -4286,11 +4394,11 @@ declare const _default: {
4286
4394
  url: string;
4287
4395
  }[];
4288
4396
  functionParameter: {
4289
- number1: {
4397
+ x: {
4290
4398
  name: string;
4291
4399
  detail: string;
4292
4400
  };
4293
- number2: {
4401
+ degFreedom: {
4294
4402
  name: string;
4295
4403
  detail: string;
4296
4404
  };
@@ -4304,11 +4412,11 @@ declare const _default: {
4304
4412
  url: string;
4305
4413
  }[];
4306
4414
  functionParameter: {
4307
- number1: {
4415
+ probability: {
4308
4416
  name: string;
4309
4417
  detail: string;
4310
4418
  };
4311
- number2: {
4419
+ degFreedom: {
4312
4420
  name: string;
4313
4421
  detail: string;
4314
4422
  };
@@ -4322,11 +4430,11 @@ declare const _default: {
4322
4430
  url: string;
4323
4431
  }[];
4324
4432
  functionParameter: {
4325
- number1: {
4433
+ probability: {
4326
4434
  name: string;
4327
4435
  detail: string;
4328
4436
  };
4329
- number2: {
4437
+ degFreedom: {
4330
4438
  name: string;
4331
4439
  detail: string;
4332
4440
  };
@@ -4340,11 +4448,11 @@ declare const _default: {
4340
4448
  url: string;
4341
4449
  }[];
4342
4450
  functionParameter: {
4343
- number1: {
4451
+ actualRange: {
4344
4452
  name: string;
4345
4453
  detail: string;
4346
4454
  };
4347
- number2: {
4455
+ expectedRange: {
4348
4456
  name: string;
4349
4457
  detail: string;
4350
4458
  };
@@ -4358,11 +4466,15 @@ declare const _default: {
4358
4466
  url: string;
4359
4467
  }[];
4360
4468
  functionParameter: {
4361
- number1: {
4469
+ alpha: {
4362
4470
  name: string;
4363
4471
  detail: string;
4364
4472
  };
4365
- number2: {
4473
+ standardDev: {
4474
+ name: string;
4475
+ detail: string;
4476
+ };
4477
+ size: {
4366
4478
  name: string;
4367
4479
  detail: string;
4368
4480
  };
@@ -4376,11 +4488,15 @@ declare const _default: {
4376
4488
  url: string;
4377
4489
  }[];
4378
4490
  functionParameter: {
4379
- number1: {
4491
+ alpha: {
4380
4492
  name: string;
4381
4493
  detail: string;
4382
4494
  };
4383
- number2: {
4495
+ standardDev: {
4496
+ name: string;
4497
+ detail: string;
4498
+ };
4499
+ size: {
4384
4500
  name: string;
4385
4501
  detail: string;
4386
4502
  };
@@ -4394,11 +4510,11 @@ declare const _default: {
4394
4510
  url: string;
4395
4511
  }[];
4396
4512
  functionParameter: {
4397
- number1: {
4513
+ array1: {
4398
4514
  name: string;
4399
4515
  detail: string;
4400
4516
  };
4401
- number2: {
4517
+ array2: {
4402
4518
  name: string;
4403
4519
  detail: string;
4404
4520
  };
@@ -4498,6 +4614,282 @@ declare const _default: {
4498
4614
  };
4499
4615
  };
4500
4616
  };
4617
+ COVARIANCE_P: {
4618
+ description: string;
4619
+ abstract: string;
4620
+ links: {
4621
+ title: string;
4622
+ url: string;
4623
+ }[];
4624
+ functionParameter: {
4625
+ array1: {
4626
+ name: string;
4627
+ detail: string;
4628
+ };
4629
+ array2: {
4630
+ name: string;
4631
+ detail: string;
4632
+ };
4633
+ };
4634
+ };
4635
+ COVARIANCE_S: {
4636
+ description: string;
4637
+ abstract: string;
4638
+ links: {
4639
+ title: string;
4640
+ url: string;
4641
+ }[];
4642
+ functionParameter: {
4643
+ array1: {
4644
+ name: string;
4645
+ detail: string;
4646
+ };
4647
+ array2: {
4648
+ name: string;
4649
+ detail: string;
4650
+ };
4651
+ };
4652
+ };
4653
+ DEVSQ: {
4654
+ description: string;
4655
+ abstract: string;
4656
+ links: {
4657
+ title: string;
4658
+ url: string;
4659
+ }[];
4660
+ functionParameter: {
4661
+ number1: {
4662
+ name: string;
4663
+ detail: string;
4664
+ };
4665
+ number2: {
4666
+ name: string;
4667
+ detail: string;
4668
+ };
4669
+ };
4670
+ };
4671
+ EXPON_DIST: {
4672
+ description: string;
4673
+ abstract: string;
4674
+ links: {
4675
+ title: string;
4676
+ url: string;
4677
+ }[];
4678
+ functionParameter: {
4679
+ x: {
4680
+ name: string;
4681
+ detail: string;
4682
+ };
4683
+ lambda: {
4684
+ name: string;
4685
+ detail: string;
4686
+ };
4687
+ cumulative: {
4688
+ name: string;
4689
+ detail: string;
4690
+ };
4691
+ };
4692
+ };
4693
+ F_DIST: {
4694
+ description: string;
4695
+ abstract: string;
4696
+ links: {
4697
+ title: string;
4698
+ url: string;
4699
+ }[];
4700
+ functionParameter: {
4701
+ x: {
4702
+ name: string;
4703
+ detail: string;
4704
+ };
4705
+ degFreedom1: {
4706
+ name: string;
4707
+ detail: string;
4708
+ };
4709
+ degFreedom2: {
4710
+ name: string;
4711
+ detail: string;
4712
+ };
4713
+ cumulative: {
4714
+ name: string;
4715
+ detail: string;
4716
+ };
4717
+ };
4718
+ };
4719
+ F_DIST_RT: {
4720
+ description: string;
4721
+ abstract: string;
4722
+ links: {
4723
+ title: string;
4724
+ url: string;
4725
+ }[];
4726
+ functionParameter: {
4727
+ x: {
4728
+ name: string;
4729
+ detail: string;
4730
+ };
4731
+ degFreedom1: {
4732
+ name: string;
4733
+ detail: string;
4734
+ };
4735
+ degFreedom2: {
4736
+ name: string;
4737
+ detail: string;
4738
+ };
4739
+ };
4740
+ };
4741
+ F_INV: {
4742
+ description: string;
4743
+ abstract: string;
4744
+ links: {
4745
+ title: string;
4746
+ url: string;
4747
+ }[];
4748
+ functionParameter: {
4749
+ probability: {
4750
+ name: string;
4751
+ detail: string;
4752
+ };
4753
+ degFreedom1: {
4754
+ name: string;
4755
+ detail: string;
4756
+ };
4757
+ degFreedom2: {
4758
+ name: string;
4759
+ detail: string;
4760
+ };
4761
+ };
4762
+ };
4763
+ F_INV_RT: {
4764
+ description: string;
4765
+ abstract: string;
4766
+ links: {
4767
+ title: string;
4768
+ url: string;
4769
+ }[];
4770
+ functionParameter: {
4771
+ probability: {
4772
+ name: string;
4773
+ detail: string;
4774
+ };
4775
+ degFreedom1: {
4776
+ name: string;
4777
+ detail: string;
4778
+ };
4779
+ degFreedom2: {
4780
+ name: string;
4781
+ detail: string;
4782
+ };
4783
+ };
4784
+ };
4785
+ F_TEST: {
4786
+ description: string;
4787
+ abstract: string;
4788
+ links: {
4789
+ title: string;
4790
+ url: string;
4791
+ }[];
4792
+ functionParameter: {
4793
+ array1: {
4794
+ name: string;
4795
+ detail: string;
4796
+ };
4797
+ array2: {
4798
+ name: string;
4799
+ detail: string;
4800
+ };
4801
+ };
4802
+ };
4803
+ FISHER: {
4804
+ description: string;
4805
+ abstract: string;
4806
+ links: {
4807
+ title: string;
4808
+ url: string;
4809
+ }[];
4810
+ functionParameter: {
4811
+ x: {
4812
+ name: string;
4813
+ detail: string;
4814
+ };
4815
+ };
4816
+ };
4817
+ FISHERINV: {
4818
+ description: string;
4819
+ abstract: string;
4820
+ links: {
4821
+ title: string;
4822
+ url: string;
4823
+ }[];
4824
+ functionParameter: {
4825
+ y: {
4826
+ name: string;
4827
+ detail: string;
4828
+ };
4829
+ };
4830
+ };
4831
+ FORECAST: {
4832
+ description: string;
4833
+ abstract: string;
4834
+ links: {
4835
+ title: string;
4836
+ url: string;
4837
+ }[];
4838
+ functionParameter: {
4839
+ x: {
4840
+ name: string;
4841
+ detail: string;
4842
+ };
4843
+ knownYs: {
4844
+ name: string;
4845
+ detail: string;
4846
+ };
4847
+ knownXs: {
4848
+ name: string;
4849
+ detail: string;
4850
+ };
4851
+ };
4852
+ };
4853
+ FORECAST_LINEAR: {
4854
+ description: string;
4855
+ abstract: string;
4856
+ links: {
4857
+ title: string;
4858
+ url: string;
4859
+ }[];
4860
+ functionParameter: {
4861
+ x: {
4862
+ name: string;
4863
+ detail: string;
4864
+ };
4865
+ knownYs: {
4866
+ name: string;
4867
+ detail: string;
4868
+ };
4869
+ knownXs: {
4870
+ name: string;
4871
+ detail: string;
4872
+ };
4873
+ };
4874
+ };
4875
+ INTERCEPT: {
4876
+ description: string;
4877
+ abstract: string;
4878
+ links: {
4879
+ title: string;
4880
+ url: string;
4881
+ }[];
4882
+ functionParameter: {
4883
+ knownYs: {
4884
+ name: string;
4885
+ detail: string;
4886
+ };
4887
+ knownXs: {
4888
+ name: string;
4889
+ detail: string;
4890
+ };
4891
+ };
4892
+ };
4501
4893
  MAX: {
4502
4894
  description: string;
4503
4895
  abstract: string;
@@ -4630,6 +5022,86 @@ declare const _default: {
4630
5022
  };
4631
5023
  };
4632
5024
  };
5025
+ NORM_DIST: {
5026
+ description: string;
5027
+ abstract: string;
5028
+ links: {
5029
+ title: string;
5030
+ url: string;
5031
+ }[];
5032
+ functionParameter: {
5033
+ x: {
5034
+ name: string;
5035
+ detail: string;
5036
+ };
5037
+ mean: {
5038
+ name: string;
5039
+ detail: string;
5040
+ };
5041
+ standardDev: {
5042
+ name: string;
5043
+ detail: string;
5044
+ };
5045
+ cumulative: {
5046
+ name: string;
5047
+ detail: string;
5048
+ };
5049
+ };
5050
+ };
5051
+ NORM_INV: {
5052
+ description: string;
5053
+ abstract: string;
5054
+ links: {
5055
+ title: string;
5056
+ url: string;
5057
+ }[];
5058
+ functionParameter: {
5059
+ probability: {
5060
+ name: string;
5061
+ detail: string;
5062
+ };
5063
+ mean: {
5064
+ name: string;
5065
+ detail: string;
5066
+ };
5067
+ standardDev: {
5068
+ name: string;
5069
+ detail: string;
5070
+ };
5071
+ };
5072
+ };
5073
+ NORM_S_DIST: {
5074
+ description: string;
5075
+ abstract: string;
5076
+ links: {
5077
+ title: string;
5078
+ url: string;
5079
+ }[];
5080
+ functionParameter: {
5081
+ z: {
5082
+ name: string;
5083
+ detail: string;
5084
+ };
5085
+ cumulative: {
5086
+ name: string;
5087
+ detail: string;
5088
+ };
5089
+ };
5090
+ };
5091
+ NORM_S_INV: {
5092
+ description: string;
5093
+ abstract: string;
5094
+ links: {
5095
+ title: string;
5096
+ url: string;
5097
+ }[];
5098
+ functionParameter: {
5099
+ probability: {
5100
+ name: string;
5101
+ detail: string;
5102
+ };
5103
+ };
5104
+ };
4633
5105
  RANK_AVG: {
4634
5106
  description: string;
4635
5107
  abstract: string;