@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.
- package/lib/cjs/index.js +3 -3
- package/lib/es/index.js +672 -375
- package/lib/locale/en-US.json +485 -333
- package/lib/locale/ru-RU.json +484 -332
- package/lib/locale/vi-VN.json +716 -208
- package/lib/locale/zh-CN.json +487 -335
- package/lib/locale/zh-TW.json +487 -335
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
- package/lib/types/controllers/prompt.controller.d.ts +2 -1
- package/lib/types/controllers/update-formula.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +265 -113
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
- package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
- package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
- package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
- package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
- package/lib/types/locale/ru-RU.d.ts +265 -113
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +265 -113
- package/lib/types/locale/zh-TW.d.ts +265 -113
- package/lib/umd/index.js +3 -3
- package/package.json +26 -29
|
@@ -87,11 +87,23 @@ declare const _default: {
|
|
|
87
87
|
url: string;
|
|
88
88
|
}[];
|
|
89
89
|
functionParameter: {
|
|
90
|
-
|
|
90
|
+
x: {
|
|
91
91
|
name: string;
|
|
92
92
|
detail: string;
|
|
93
93
|
};
|
|
94
|
-
|
|
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
|
-
|
|
120
|
+
probability: {
|
|
109
121
|
name: string;
|
|
110
122
|
detail: string;
|
|
111
123
|
};
|
|
112
|
-
|
|
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
|
-
|
|
150
|
+
numberS: {
|
|
127
151
|
name: string;
|
|
128
152
|
detail: string;
|
|
129
153
|
};
|
|
130
|
-
|
|
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
|
-
|
|
176
|
+
x: {
|
|
145
177
|
name: string;
|
|
146
178
|
detail: string;
|
|
147
179
|
};
|
|
148
|
-
|
|
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
|
-
|
|
194
|
+
probability: {
|
|
163
195
|
name: string;
|
|
164
196
|
detail: string;
|
|
165
197
|
};
|
|
166
|
-
|
|
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
|
-
|
|
212
|
+
actualRange: {
|
|
181
213
|
name: string;
|
|
182
214
|
detail: string;
|
|
183
215
|
};
|
|
184
|
-
|
|
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
|
-
|
|
230
|
+
alpha: {
|
|
199
231
|
name: string;
|
|
200
232
|
detail: string;
|
|
201
233
|
};
|
|
202
|
-
|
|
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
|
-
|
|
252
|
+
array1: {
|
|
217
253
|
name: string;
|
|
218
254
|
detail: string;
|
|
219
255
|
};
|
|
220
|
-
|
|
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
|
-
|
|
270
|
+
trials: {
|
|
235
271
|
name: string;
|
|
236
272
|
detail: string;
|
|
237
273
|
};
|
|
238
|
-
|
|
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
|
-
|
|
292
|
+
x: {
|
|
253
293
|
name: string;
|
|
254
294
|
detail: string;
|
|
255
295
|
};
|
|
256
|
-
|
|
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
|
-
|
|
314
|
+
x: {
|
|
271
315
|
name: string;
|
|
272
316
|
detail: string;
|
|
273
317
|
};
|
|
274
|
-
|
|
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
|
-
|
|
336
|
+
probability: {
|
|
289
337
|
name: string;
|
|
290
338
|
detail: string;
|
|
291
339
|
};
|
|
292
|
-
|
|
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
|
-
|
|
358
|
+
array1: {
|
|
307
359
|
name: string;
|
|
308
360
|
detail: string;
|
|
309
361
|
};
|
|
310
|
-
|
|
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
|
-
|
|
502
|
+
x: {
|
|
451
503
|
name: string;
|
|
452
504
|
detail: string;
|
|
453
505
|
};
|
|
454
|
-
|
|
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
|
-
|
|
528
|
+
probability: {
|
|
469
529
|
name: string;
|
|
470
530
|
detail: string;
|
|
471
531
|
};
|
|
472
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2787
|
+
text: {
|
|
2732
2788
|
name: string;
|
|
2733
2789
|
detail: string;
|
|
2734
2790
|
};
|
|
2735
|
-
|
|
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
|
-
|
|
2847
|
+
text: {
|
|
2792
2848
|
name: string;
|
|
2793
2849
|
detail: string;
|
|
2794
2850
|
};
|
|
2795
|
-
|
|
2851
|
+
startNum: {
|
|
2852
|
+
name: string;
|
|
2853
|
+
detail: string;
|
|
2854
|
+
};
|
|
2855
|
+
numChars: {
|
|
2796
2856
|
name: string;
|
|
2797
2857
|
detail: string;
|
|
2798
2858
|
};
|
|
@@ -4456,11 +4516,27 @@ declare const _default: {
|
|
|
4456
4516
|
url: string;
|
|
4457
4517
|
}[];
|
|
4458
4518
|
functionParameter: {
|
|
4459
|
-
|
|
4519
|
+
x: {
|
|
4460
4520
|
name: string;
|
|
4461
4521
|
detail: string;
|
|
4462
4522
|
};
|
|
4463
|
-
|
|
4523
|
+
alpha: {
|
|
4524
|
+
name: string;
|
|
4525
|
+
detail: string;
|
|
4526
|
+
};
|
|
4527
|
+
beta: {
|
|
4528
|
+
name: string;
|
|
4529
|
+
detail: string;
|
|
4530
|
+
};
|
|
4531
|
+
cumulative: {
|
|
4532
|
+
name: string;
|
|
4533
|
+
detail: string;
|
|
4534
|
+
};
|
|
4535
|
+
A: {
|
|
4536
|
+
name: string;
|
|
4537
|
+
detail: string;
|
|
4538
|
+
};
|
|
4539
|
+
B: {
|
|
4464
4540
|
name: string;
|
|
4465
4541
|
detail: string;
|
|
4466
4542
|
};
|
|
@@ -4474,11 +4550,23 @@ declare const _default: {
|
|
|
4474
4550
|
url: string;
|
|
4475
4551
|
}[];
|
|
4476
4552
|
functionParameter: {
|
|
4477
|
-
|
|
4553
|
+
probability: {
|
|
4478
4554
|
name: string;
|
|
4479
4555
|
detail: string;
|
|
4480
4556
|
};
|
|
4481
|
-
|
|
4557
|
+
alpha: {
|
|
4558
|
+
name: string;
|
|
4559
|
+
detail: string;
|
|
4560
|
+
};
|
|
4561
|
+
beta: {
|
|
4562
|
+
name: string;
|
|
4563
|
+
detail: string;
|
|
4564
|
+
};
|
|
4565
|
+
A: {
|
|
4566
|
+
name: string;
|
|
4567
|
+
detail: string;
|
|
4568
|
+
};
|
|
4569
|
+
B: {
|
|
4482
4570
|
name: string;
|
|
4483
4571
|
detail: string;
|
|
4484
4572
|
};
|
|
@@ -4492,11 +4580,19 @@ declare const _default: {
|
|
|
4492
4580
|
url: string;
|
|
4493
4581
|
}[];
|
|
4494
4582
|
functionParameter: {
|
|
4495
|
-
|
|
4583
|
+
numberS: {
|
|
4496
4584
|
name: string;
|
|
4497
4585
|
detail: string;
|
|
4498
4586
|
};
|
|
4499
|
-
|
|
4587
|
+
trials: {
|
|
4588
|
+
name: string;
|
|
4589
|
+
detail: string;
|
|
4590
|
+
};
|
|
4591
|
+
probabilityS: {
|
|
4592
|
+
name: string;
|
|
4593
|
+
detail: string;
|
|
4594
|
+
};
|
|
4595
|
+
cumulative: {
|
|
4500
4596
|
name: string;
|
|
4501
4597
|
detail: string;
|
|
4502
4598
|
};
|
|
@@ -4510,11 +4606,19 @@ declare const _default: {
|
|
|
4510
4606
|
url: string;
|
|
4511
4607
|
}[];
|
|
4512
4608
|
functionParameter: {
|
|
4513
|
-
|
|
4609
|
+
trials: {
|
|
4514
4610
|
name: string;
|
|
4515
4611
|
detail: string;
|
|
4516
4612
|
};
|
|
4517
|
-
|
|
4613
|
+
probabilityS: {
|
|
4614
|
+
name: string;
|
|
4615
|
+
detail: string;
|
|
4616
|
+
};
|
|
4617
|
+
numberS: {
|
|
4618
|
+
name: string;
|
|
4619
|
+
detail: string;
|
|
4620
|
+
};
|
|
4621
|
+
numberS2: {
|
|
4518
4622
|
name: string;
|
|
4519
4623
|
detail: string;
|
|
4520
4624
|
};
|
|
@@ -4528,11 +4632,15 @@ declare const _default: {
|
|
|
4528
4632
|
url: string;
|
|
4529
4633
|
}[];
|
|
4530
4634
|
functionParameter: {
|
|
4531
|
-
|
|
4635
|
+
trials: {
|
|
4532
4636
|
name: string;
|
|
4533
4637
|
detail: string;
|
|
4534
4638
|
};
|
|
4535
|
-
|
|
4639
|
+
probabilityS: {
|
|
4640
|
+
name: string;
|
|
4641
|
+
detail: string;
|
|
4642
|
+
};
|
|
4643
|
+
alpha: {
|
|
4536
4644
|
name: string;
|
|
4537
4645
|
detail: string;
|
|
4538
4646
|
};
|
|
@@ -4546,11 +4654,15 @@ declare const _default: {
|
|
|
4546
4654
|
url: string;
|
|
4547
4655
|
}[];
|
|
4548
4656
|
functionParameter: {
|
|
4549
|
-
|
|
4657
|
+
x: {
|
|
4550
4658
|
name: string;
|
|
4551
4659
|
detail: string;
|
|
4552
4660
|
};
|
|
4553
|
-
|
|
4661
|
+
degFreedom: {
|
|
4662
|
+
name: string;
|
|
4663
|
+
detail: string;
|
|
4664
|
+
};
|
|
4665
|
+
cumulative: {
|
|
4554
4666
|
name: string;
|
|
4555
4667
|
detail: string;
|
|
4556
4668
|
};
|
|
@@ -4564,11 +4676,11 @@ declare const _default: {
|
|
|
4564
4676
|
url: string;
|
|
4565
4677
|
}[];
|
|
4566
4678
|
functionParameter: {
|
|
4567
|
-
|
|
4679
|
+
x: {
|
|
4568
4680
|
name: string;
|
|
4569
4681
|
detail: string;
|
|
4570
4682
|
};
|
|
4571
|
-
|
|
4683
|
+
degFreedom: {
|
|
4572
4684
|
name: string;
|
|
4573
4685
|
detail: string;
|
|
4574
4686
|
};
|
|
@@ -4582,11 +4694,11 @@ declare const _default: {
|
|
|
4582
4694
|
url: string;
|
|
4583
4695
|
}[];
|
|
4584
4696
|
functionParameter: {
|
|
4585
|
-
|
|
4697
|
+
probability: {
|
|
4586
4698
|
name: string;
|
|
4587
4699
|
detail: string;
|
|
4588
4700
|
};
|
|
4589
|
-
|
|
4701
|
+
degFreedom: {
|
|
4590
4702
|
name: string;
|
|
4591
4703
|
detail: string;
|
|
4592
4704
|
};
|
|
@@ -4600,11 +4712,11 @@ declare const _default: {
|
|
|
4600
4712
|
url: string;
|
|
4601
4713
|
}[];
|
|
4602
4714
|
functionParameter: {
|
|
4603
|
-
|
|
4715
|
+
probability: {
|
|
4604
4716
|
name: string;
|
|
4605
4717
|
detail: string;
|
|
4606
4718
|
};
|
|
4607
|
-
|
|
4719
|
+
degFreedom: {
|
|
4608
4720
|
name: string;
|
|
4609
4721
|
detail: string;
|
|
4610
4722
|
};
|
|
@@ -4618,11 +4730,11 @@ declare const _default: {
|
|
|
4618
4730
|
url: string;
|
|
4619
4731
|
}[];
|
|
4620
4732
|
functionParameter: {
|
|
4621
|
-
|
|
4733
|
+
actualRange: {
|
|
4622
4734
|
name: string;
|
|
4623
4735
|
detail: string;
|
|
4624
4736
|
};
|
|
4625
|
-
|
|
4737
|
+
expectedRange: {
|
|
4626
4738
|
name: string;
|
|
4627
4739
|
detail: string;
|
|
4628
4740
|
};
|
|
@@ -4636,11 +4748,15 @@ declare const _default: {
|
|
|
4636
4748
|
url: string;
|
|
4637
4749
|
}[];
|
|
4638
4750
|
functionParameter: {
|
|
4639
|
-
|
|
4751
|
+
alpha: {
|
|
4640
4752
|
name: string;
|
|
4641
4753
|
detail: string;
|
|
4642
4754
|
};
|
|
4643
|
-
|
|
4755
|
+
standardDev: {
|
|
4756
|
+
name: string;
|
|
4757
|
+
detail: string;
|
|
4758
|
+
};
|
|
4759
|
+
size: {
|
|
4644
4760
|
name: string;
|
|
4645
4761
|
detail: string;
|
|
4646
4762
|
};
|
|
@@ -4654,11 +4770,15 @@ declare const _default: {
|
|
|
4654
4770
|
url: string;
|
|
4655
4771
|
}[];
|
|
4656
4772
|
functionParameter: {
|
|
4657
|
-
|
|
4773
|
+
alpha: {
|
|
4658
4774
|
name: string;
|
|
4659
4775
|
detail: string;
|
|
4660
4776
|
};
|
|
4661
|
-
|
|
4777
|
+
standardDev: {
|
|
4778
|
+
name: string;
|
|
4779
|
+
detail: string;
|
|
4780
|
+
};
|
|
4781
|
+
size: {
|
|
4662
4782
|
name: string;
|
|
4663
4783
|
detail: string;
|
|
4664
4784
|
};
|
|
@@ -4672,11 +4792,11 @@ declare const _default: {
|
|
|
4672
4792
|
url: string;
|
|
4673
4793
|
}[];
|
|
4674
4794
|
functionParameter: {
|
|
4675
|
-
|
|
4795
|
+
array1: {
|
|
4676
4796
|
name: string;
|
|
4677
4797
|
detail: string;
|
|
4678
4798
|
};
|
|
4679
|
-
|
|
4799
|
+
array2: {
|
|
4680
4800
|
name: string;
|
|
4681
4801
|
detail: string;
|
|
4682
4802
|
};
|
|
@@ -4784,11 +4904,11 @@ declare const _default: {
|
|
|
4784
4904
|
url: string;
|
|
4785
4905
|
}[];
|
|
4786
4906
|
functionParameter: {
|
|
4787
|
-
|
|
4907
|
+
array1: {
|
|
4788
4908
|
name: string;
|
|
4789
4909
|
detail: string;
|
|
4790
4910
|
};
|
|
4791
|
-
|
|
4911
|
+
array2: {
|
|
4792
4912
|
name: string;
|
|
4793
4913
|
detail: string;
|
|
4794
4914
|
};
|
|
@@ -4802,11 +4922,11 @@ declare const _default: {
|
|
|
4802
4922
|
url: string;
|
|
4803
4923
|
}[];
|
|
4804
4924
|
functionParameter: {
|
|
4805
|
-
|
|
4925
|
+
array1: {
|
|
4806
4926
|
name: string;
|
|
4807
4927
|
detail: string;
|
|
4808
4928
|
};
|
|
4809
|
-
|
|
4929
|
+
array2: {
|
|
4810
4930
|
name: string;
|
|
4811
4931
|
detail: string;
|
|
4812
4932
|
};
|
|
@@ -4838,11 +4958,15 @@ declare const _default: {
|
|
|
4838
4958
|
url: string;
|
|
4839
4959
|
}[];
|
|
4840
4960
|
functionParameter: {
|
|
4841
|
-
|
|
4961
|
+
x: {
|
|
4842
4962
|
name: string;
|
|
4843
4963
|
detail: string;
|
|
4844
4964
|
};
|
|
4845
|
-
|
|
4965
|
+
lambda: {
|
|
4966
|
+
name: string;
|
|
4967
|
+
detail: string;
|
|
4968
|
+
};
|
|
4969
|
+
cumulative: {
|
|
4846
4970
|
name: string;
|
|
4847
4971
|
detail: string;
|
|
4848
4972
|
};
|
|
@@ -4856,11 +4980,19 @@ declare const _default: {
|
|
|
4856
4980
|
url: string;
|
|
4857
4981
|
}[];
|
|
4858
4982
|
functionParameter: {
|
|
4859
|
-
|
|
4983
|
+
x: {
|
|
4860
4984
|
name: string;
|
|
4861
4985
|
detail: string;
|
|
4862
4986
|
};
|
|
4863
|
-
|
|
4987
|
+
degFreedom1: {
|
|
4988
|
+
name: string;
|
|
4989
|
+
detail: string;
|
|
4990
|
+
};
|
|
4991
|
+
degFreedom2: {
|
|
4992
|
+
name: string;
|
|
4993
|
+
detail: string;
|
|
4994
|
+
};
|
|
4995
|
+
cumulative: {
|
|
4864
4996
|
name: string;
|
|
4865
4997
|
detail: string;
|
|
4866
4998
|
};
|
|
@@ -4874,11 +5006,15 @@ declare const _default: {
|
|
|
4874
5006
|
url: string;
|
|
4875
5007
|
}[];
|
|
4876
5008
|
functionParameter: {
|
|
4877
|
-
|
|
5009
|
+
x: {
|
|
4878
5010
|
name: string;
|
|
4879
5011
|
detail: string;
|
|
4880
5012
|
};
|
|
4881
|
-
|
|
5013
|
+
degFreedom1: {
|
|
5014
|
+
name: string;
|
|
5015
|
+
detail: string;
|
|
5016
|
+
};
|
|
5017
|
+
degFreedom2: {
|
|
4882
5018
|
name: string;
|
|
4883
5019
|
detail: string;
|
|
4884
5020
|
};
|
|
@@ -4892,11 +5028,15 @@ declare const _default: {
|
|
|
4892
5028
|
url: string;
|
|
4893
5029
|
}[];
|
|
4894
5030
|
functionParameter: {
|
|
4895
|
-
|
|
5031
|
+
probability: {
|
|
4896
5032
|
name: string;
|
|
4897
5033
|
detail: string;
|
|
4898
5034
|
};
|
|
4899
|
-
|
|
5035
|
+
degFreedom1: {
|
|
5036
|
+
name: string;
|
|
5037
|
+
detail: string;
|
|
5038
|
+
};
|
|
5039
|
+
degFreedom2: {
|
|
4900
5040
|
name: string;
|
|
4901
5041
|
detail: string;
|
|
4902
5042
|
};
|
|
@@ -4910,11 +5050,15 @@ declare const _default: {
|
|
|
4910
5050
|
url: string;
|
|
4911
5051
|
}[];
|
|
4912
5052
|
functionParameter: {
|
|
4913
|
-
|
|
5053
|
+
probability: {
|
|
4914
5054
|
name: string;
|
|
4915
5055
|
detail: string;
|
|
4916
5056
|
};
|
|
4917
|
-
|
|
5057
|
+
degFreedom1: {
|
|
5058
|
+
name: string;
|
|
5059
|
+
detail: string;
|
|
5060
|
+
};
|
|
5061
|
+
degFreedom2: {
|
|
4918
5062
|
name: string;
|
|
4919
5063
|
detail: string;
|
|
4920
5064
|
};
|
|
@@ -4928,11 +5072,11 @@ declare const _default: {
|
|
|
4928
5072
|
url: string;
|
|
4929
5073
|
}[];
|
|
4930
5074
|
functionParameter: {
|
|
4931
|
-
|
|
5075
|
+
array1: {
|
|
4932
5076
|
name: string;
|
|
4933
5077
|
detail: string;
|
|
4934
5078
|
};
|
|
4935
|
-
|
|
5079
|
+
array2: {
|
|
4936
5080
|
name: string;
|
|
4937
5081
|
detail: string;
|
|
4938
5082
|
};
|
|
@@ -4946,11 +5090,7 @@ declare const _default: {
|
|
|
4946
5090
|
url: string;
|
|
4947
5091
|
}[];
|
|
4948
5092
|
functionParameter: {
|
|
4949
|
-
|
|
4950
|
-
name: string;
|
|
4951
|
-
detail: string;
|
|
4952
|
-
};
|
|
4953
|
-
number2: {
|
|
5093
|
+
x: {
|
|
4954
5094
|
name: string;
|
|
4955
5095
|
detail: string;
|
|
4956
5096
|
};
|
|
@@ -4964,11 +5104,7 @@ declare const _default: {
|
|
|
4964
5104
|
url: string;
|
|
4965
5105
|
}[];
|
|
4966
5106
|
functionParameter: {
|
|
4967
|
-
|
|
4968
|
-
name: string;
|
|
4969
|
-
detail: string;
|
|
4970
|
-
};
|
|
4971
|
-
number2: {
|
|
5107
|
+
y: {
|
|
4972
5108
|
name: string;
|
|
4973
5109
|
detail: string;
|
|
4974
5110
|
};
|
|
@@ -4982,11 +5118,15 @@ declare const _default: {
|
|
|
4982
5118
|
url: string;
|
|
4983
5119
|
}[];
|
|
4984
5120
|
functionParameter: {
|
|
4985
|
-
|
|
5121
|
+
x: {
|
|
4986
5122
|
name: string;
|
|
4987
5123
|
detail: string;
|
|
4988
5124
|
};
|
|
4989
|
-
|
|
5125
|
+
knownYs: {
|
|
5126
|
+
name: string;
|
|
5127
|
+
detail: string;
|
|
5128
|
+
};
|
|
5129
|
+
knownXs: {
|
|
4990
5130
|
name: string;
|
|
4991
5131
|
detail: string;
|
|
4992
5132
|
};
|
|
@@ -5072,11 +5212,15 @@ declare const _default: {
|
|
|
5072
5212
|
url: string;
|
|
5073
5213
|
}[];
|
|
5074
5214
|
functionParameter: {
|
|
5075
|
-
|
|
5215
|
+
x: {
|
|
5076
5216
|
name: string;
|
|
5077
5217
|
detail: string;
|
|
5078
5218
|
};
|
|
5079
|
-
|
|
5219
|
+
knownYs: {
|
|
5220
|
+
name: string;
|
|
5221
|
+
detail: string;
|
|
5222
|
+
};
|
|
5223
|
+
knownXs: {
|
|
5080
5224
|
name: string;
|
|
5081
5225
|
detail: string;
|
|
5082
5226
|
};
|
|
@@ -5288,11 +5432,11 @@ declare const _default: {
|
|
|
5288
5432
|
url: string;
|
|
5289
5433
|
}[];
|
|
5290
5434
|
functionParameter: {
|
|
5291
|
-
|
|
5435
|
+
knownYs: {
|
|
5292
5436
|
name: string;
|
|
5293
5437
|
detail: string;
|
|
5294
5438
|
};
|
|
5295
|
-
|
|
5439
|
+
knownXs: {
|
|
5296
5440
|
name: string;
|
|
5297
5441
|
detail: string;
|
|
5298
5442
|
};
|
|
@@ -5618,11 +5762,19 @@ declare const _default: {
|
|
|
5618
5762
|
url: string;
|
|
5619
5763
|
}[];
|
|
5620
5764
|
functionParameter: {
|
|
5621
|
-
|
|
5765
|
+
x: {
|
|
5622
5766
|
name: string;
|
|
5623
5767
|
detail: string;
|
|
5624
5768
|
};
|
|
5625
|
-
|
|
5769
|
+
mean: {
|
|
5770
|
+
name: string;
|
|
5771
|
+
detail: string;
|
|
5772
|
+
};
|
|
5773
|
+
standardDev: {
|
|
5774
|
+
name: string;
|
|
5775
|
+
detail: string;
|
|
5776
|
+
};
|
|
5777
|
+
cumulative: {
|
|
5626
5778
|
name: string;
|
|
5627
5779
|
detail: string;
|
|
5628
5780
|
};
|
|
@@ -5636,11 +5788,15 @@ declare const _default: {
|
|
|
5636
5788
|
url: string;
|
|
5637
5789
|
}[];
|
|
5638
5790
|
functionParameter: {
|
|
5639
|
-
|
|
5791
|
+
probability: {
|
|
5640
5792
|
name: string;
|
|
5641
5793
|
detail: string;
|
|
5642
5794
|
};
|
|
5643
|
-
|
|
5795
|
+
mean: {
|
|
5796
|
+
name: string;
|
|
5797
|
+
detail: string;
|
|
5798
|
+
};
|
|
5799
|
+
standardDev: {
|
|
5644
5800
|
name: string;
|
|
5645
5801
|
detail: string;
|
|
5646
5802
|
};
|
|
@@ -5654,11 +5810,11 @@ declare const _default: {
|
|
|
5654
5810
|
url: string;
|
|
5655
5811
|
}[];
|
|
5656
5812
|
functionParameter: {
|
|
5657
|
-
|
|
5813
|
+
z: {
|
|
5658
5814
|
name: string;
|
|
5659
5815
|
detail: string;
|
|
5660
5816
|
};
|
|
5661
|
-
|
|
5817
|
+
cumulative: {
|
|
5662
5818
|
name: string;
|
|
5663
5819
|
detail: string;
|
|
5664
5820
|
};
|
|
@@ -5672,11 +5828,7 @@ declare const _default: {
|
|
|
5672
5828
|
url: string;
|
|
5673
5829
|
}[];
|
|
5674
5830
|
functionParameter: {
|
|
5675
|
-
|
|
5676
|
-
name: string;
|
|
5677
|
-
detail: string;
|
|
5678
|
-
};
|
|
5679
|
-
number2: {
|
|
5831
|
+
probability: {
|
|
5680
5832
|
name: string;
|
|
5681
5833
|
detail: string;
|
|
5682
5834
|
};
|