@univerjs/sheets-formula 0.2.15 → 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 +574 -313
- package/lib/locale/en-US.json +468 -320
- package/lib/locale/ru-RU.json +468 -320
- package/lib/locale/vi-VN.json +712 -204
- package/lib/locale/zh-CN.json +470 -322
- package/lib/locale/zh-TW.json +471 -323
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- 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 +257 -109
- 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/ru-RU.d.ts +257 -109
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +257 -109
- package/lib/types/locale/zh-TW.d.ts +257 -109
- 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
|
};
|
|
@@ -4460,11 +4516,27 @@ declare const _default: {
|
|
|
4460
4516
|
url: string;
|
|
4461
4517
|
}[];
|
|
4462
4518
|
functionParameter: {
|
|
4463
|
-
|
|
4519
|
+
x: {
|
|
4464
4520
|
name: string;
|
|
4465
4521
|
detail: string;
|
|
4466
4522
|
};
|
|
4467
|
-
|
|
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: {
|
|
4468
4540
|
name: string;
|
|
4469
4541
|
detail: string;
|
|
4470
4542
|
};
|
|
@@ -4478,11 +4550,23 @@ declare const _default: {
|
|
|
4478
4550
|
url: string;
|
|
4479
4551
|
}[];
|
|
4480
4552
|
functionParameter: {
|
|
4481
|
-
|
|
4553
|
+
probability: {
|
|
4482
4554
|
name: string;
|
|
4483
4555
|
detail: string;
|
|
4484
4556
|
};
|
|
4485
|
-
|
|
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: {
|
|
4486
4570
|
name: string;
|
|
4487
4571
|
detail: string;
|
|
4488
4572
|
};
|
|
@@ -4496,11 +4580,19 @@ declare const _default: {
|
|
|
4496
4580
|
url: string;
|
|
4497
4581
|
}[];
|
|
4498
4582
|
functionParameter: {
|
|
4499
|
-
|
|
4583
|
+
numberS: {
|
|
4500
4584
|
name: string;
|
|
4501
4585
|
detail: string;
|
|
4502
4586
|
};
|
|
4503
|
-
|
|
4587
|
+
trials: {
|
|
4588
|
+
name: string;
|
|
4589
|
+
detail: string;
|
|
4590
|
+
};
|
|
4591
|
+
probabilityS: {
|
|
4592
|
+
name: string;
|
|
4593
|
+
detail: string;
|
|
4594
|
+
};
|
|
4595
|
+
cumulative: {
|
|
4504
4596
|
name: string;
|
|
4505
4597
|
detail: string;
|
|
4506
4598
|
};
|
|
@@ -4514,11 +4606,19 @@ declare const _default: {
|
|
|
4514
4606
|
url: string;
|
|
4515
4607
|
}[];
|
|
4516
4608
|
functionParameter: {
|
|
4517
|
-
|
|
4609
|
+
trials: {
|
|
4518
4610
|
name: string;
|
|
4519
4611
|
detail: string;
|
|
4520
4612
|
};
|
|
4521
|
-
|
|
4613
|
+
probabilityS: {
|
|
4614
|
+
name: string;
|
|
4615
|
+
detail: string;
|
|
4616
|
+
};
|
|
4617
|
+
numberS: {
|
|
4618
|
+
name: string;
|
|
4619
|
+
detail: string;
|
|
4620
|
+
};
|
|
4621
|
+
numberS2: {
|
|
4522
4622
|
name: string;
|
|
4523
4623
|
detail: string;
|
|
4524
4624
|
};
|
|
@@ -4532,11 +4632,15 @@ declare const _default: {
|
|
|
4532
4632
|
url: string;
|
|
4533
4633
|
}[];
|
|
4534
4634
|
functionParameter: {
|
|
4535
|
-
|
|
4635
|
+
trials: {
|
|
4536
4636
|
name: string;
|
|
4537
4637
|
detail: string;
|
|
4538
4638
|
};
|
|
4539
|
-
|
|
4639
|
+
probabilityS: {
|
|
4640
|
+
name: string;
|
|
4641
|
+
detail: string;
|
|
4642
|
+
};
|
|
4643
|
+
alpha: {
|
|
4540
4644
|
name: string;
|
|
4541
4645
|
detail: string;
|
|
4542
4646
|
};
|
|
@@ -4550,11 +4654,15 @@ declare const _default: {
|
|
|
4550
4654
|
url: string;
|
|
4551
4655
|
}[];
|
|
4552
4656
|
functionParameter: {
|
|
4553
|
-
|
|
4657
|
+
x: {
|
|
4554
4658
|
name: string;
|
|
4555
4659
|
detail: string;
|
|
4556
4660
|
};
|
|
4557
|
-
|
|
4661
|
+
degFreedom: {
|
|
4662
|
+
name: string;
|
|
4663
|
+
detail: string;
|
|
4664
|
+
};
|
|
4665
|
+
cumulative: {
|
|
4558
4666
|
name: string;
|
|
4559
4667
|
detail: string;
|
|
4560
4668
|
};
|
|
@@ -4568,11 +4676,11 @@ declare const _default: {
|
|
|
4568
4676
|
url: string;
|
|
4569
4677
|
}[];
|
|
4570
4678
|
functionParameter: {
|
|
4571
|
-
|
|
4679
|
+
x: {
|
|
4572
4680
|
name: string;
|
|
4573
4681
|
detail: string;
|
|
4574
4682
|
};
|
|
4575
|
-
|
|
4683
|
+
degFreedom: {
|
|
4576
4684
|
name: string;
|
|
4577
4685
|
detail: string;
|
|
4578
4686
|
};
|
|
@@ -4586,11 +4694,11 @@ declare const _default: {
|
|
|
4586
4694
|
url: string;
|
|
4587
4695
|
}[];
|
|
4588
4696
|
functionParameter: {
|
|
4589
|
-
|
|
4697
|
+
probability: {
|
|
4590
4698
|
name: string;
|
|
4591
4699
|
detail: string;
|
|
4592
4700
|
};
|
|
4593
|
-
|
|
4701
|
+
degFreedom: {
|
|
4594
4702
|
name: string;
|
|
4595
4703
|
detail: string;
|
|
4596
4704
|
};
|
|
@@ -4604,11 +4712,11 @@ declare const _default: {
|
|
|
4604
4712
|
url: string;
|
|
4605
4713
|
}[];
|
|
4606
4714
|
functionParameter: {
|
|
4607
|
-
|
|
4715
|
+
probability: {
|
|
4608
4716
|
name: string;
|
|
4609
4717
|
detail: string;
|
|
4610
4718
|
};
|
|
4611
|
-
|
|
4719
|
+
degFreedom: {
|
|
4612
4720
|
name: string;
|
|
4613
4721
|
detail: string;
|
|
4614
4722
|
};
|
|
@@ -4622,11 +4730,11 @@ declare const _default: {
|
|
|
4622
4730
|
url: string;
|
|
4623
4731
|
}[];
|
|
4624
4732
|
functionParameter: {
|
|
4625
|
-
|
|
4733
|
+
actualRange: {
|
|
4626
4734
|
name: string;
|
|
4627
4735
|
detail: string;
|
|
4628
4736
|
};
|
|
4629
|
-
|
|
4737
|
+
expectedRange: {
|
|
4630
4738
|
name: string;
|
|
4631
4739
|
detail: string;
|
|
4632
4740
|
};
|
|
@@ -4640,11 +4748,15 @@ declare const _default: {
|
|
|
4640
4748
|
url: string;
|
|
4641
4749
|
}[];
|
|
4642
4750
|
functionParameter: {
|
|
4643
|
-
|
|
4751
|
+
alpha: {
|
|
4644
4752
|
name: string;
|
|
4645
4753
|
detail: string;
|
|
4646
4754
|
};
|
|
4647
|
-
|
|
4755
|
+
standardDev: {
|
|
4756
|
+
name: string;
|
|
4757
|
+
detail: string;
|
|
4758
|
+
};
|
|
4759
|
+
size: {
|
|
4648
4760
|
name: string;
|
|
4649
4761
|
detail: string;
|
|
4650
4762
|
};
|
|
@@ -4658,11 +4770,15 @@ declare const _default: {
|
|
|
4658
4770
|
url: string;
|
|
4659
4771
|
}[];
|
|
4660
4772
|
functionParameter: {
|
|
4661
|
-
|
|
4773
|
+
alpha: {
|
|
4662
4774
|
name: string;
|
|
4663
4775
|
detail: string;
|
|
4664
4776
|
};
|
|
4665
|
-
|
|
4777
|
+
standardDev: {
|
|
4778
|
+
name: string;
|
|
4779
|
+
detail: string;
|
|
4780
|
+
};
|
|
4781
|
+
size: {
|
|
4666
4782
|
name: string;
|
|
4667
4783
|
detail: string;
|
|
4668
4784
|
};
|
|
@@ -4676,11 +4792,11 @@ declare const _default: {
|
|
|
4676
4792
|
url: string;
|
|
4677
4793
|
}[];
|
|
4678
4794
|
functionParameter: {
|
|
4679
|
-
|
|
4795
|
+
array1: {
|
|
4680
4796
|
name: string;
|
|
4681
4797
|
detail: string;
|
|
4682
4798
|
};
|
|
4683
|
-
|
|
4799
|
+
array2: {
|
|
4684
4800
|
name: string;
|
|
4685
4801
|
detail: string;
|
|
4686
4802
|
};
|
|
@@ -4788,11 +4904,11 @@ declare const _default: {
|
|
|
4788
4904
|
url: string;
|
|
4789
4905
|
}[];
|
|
4790
4906
|
functionParameter: {
|
|
4791
|
-
|
|
4907
|
+
array1: {
|
|
4792
4908
|
name: string;
|
|
4793
4909
|
detail: string;
|
|
4794
4910
|
};
|
|
4795
|
-
|
|
4911
|
+
array2: {
|
|
4796
4912
|
name: string;
|
|
4797
4913
|
detail: string;
|
|
4798
4914
|
};
|
|
@@ -4806,11 +4922,11 @@ declare const _default: {
|
|
|
4806
4922
|
url: string;
|
|
4807
4923
|
}[];
|
|
4808
4924
|
functionParameter: {
|
|
4809
|
-
|
|
4925
|
+
array1: {
|
|
4810
4926
|
name: string;
|
|
4811
4927
|
detail: string;
|
|
4812
4928
|
};
|
|
4813
|
-
|
|
4929
|
+
array2: {
|
|
4814
4930
|
name: string;
|
|
4815
4931
|
detail: string;
|
|
4816
4932
|
};
|
|
@@ -4842,11 +4958,15 @@ declare const _default: {
|
|
|
4842
4958
|
url: string;
|
|
4843
4959
|
}[];
|
|
4844
4960
|
functionParameter: {
|
|
4845
|
-
|
|
4961
|
+
x: {
|
|
4846
4962
|
name: string;
|
|
4847
4963
|
detail: string;
|
|
4848
4964
|
};
|
|
4849
|
-
|
|
4965
|
+
lambda: {
|
|
4966
|
+
name: string;
|
|
4967
|
+
detail: string;
|
|
4968
|
+
};
|
|
4969
|
+
cumulative: {
|
|
4850
4970
|
name: string;
|
|
4851
4971
|
detail: string;
|
|
4852
4972
|
};
|
|
@@ -4860,11 +4980,19 @@ declare const _default: {
|
|
|
4860
4980
|
url: string;
|
|
4861
4981
|
}[];
|
|
4862
4982
|
functionParameter: {
|
|
4863
|
-
|
|
4983
|
+
x: {
|
|
4864
4984
|
name: string;
|
|
4865
4985
|
detail: string;
|
|
4866
4986
|
};
|
|
4867
|
-
|
|
4987
|
+
degFreedom1: {
|
|
4988
|
+
name: string;
|
|
4989
|
+
detail: string;
|
|
4990
|
+
};
|
|
4991
|
+
degFreedom2: {
|
|
4992
|
+
name: string;
|
|
4993
|
+
detail: string;
|
|
4994
|
+
};
|
|
4995
|
+
cumulative: {
|
|
4868
4996
|
name: string;
|
|
4869
4997
|
detail: string;
|
|
4870
4998
|
};
|
|
@@ -4878,11 +5006,15 @@ declare const _default: {
|
|
|
4878
5006
|
url: string;
|
|
4879
5007
|
}[];
|
|
4880
5008
|
functionParameter: {
|
|
4881
|
-
|
|
5009
|
+
x: {
|
|
4882
5010
|
name: string;
|
|
4883
5011
|
detail: string;
|
|
4884
5012
|
};
|
|
4885
|
-
|
|
5013
|
+
degFreedom1: {
|
|
5014
|
+
name: string;
|
|
5015
|
+
detail: string;
|
|
5016
|
+
};
|
|
5017
|
+
degFreedom2: {
|
|
4886
5018
|
name: string;
|
|
4887
5019
|
detail: string;
|
|
4888
5020
|
};
|
|
@@ -4896,11 +5028,15 @@ declare const _default: {
|
|
|
4896
5028
|
url: string;
|
|
4897
5029
|
}[];
|
|
4898
5030
|
functionParameter: {
|
|
4899
|
-
|
|
5031
|
+
probability: {
|
|
4900
5032
|
name: string;
|
|
4901
5033
|
detail: string;
|
|
4902
5034
|
};
|
|
4903
|
-
|
|
5035
|
+
degFreedom1: {
|
|
5036
|
+
name: string;
|
|
5037
|
+
detail: string;
|
|
5038
|
+
};
|
|
5039
|
+
degFreedom2: {
|
|
4904
5040
|
name: string;
|
|
4905
5041
|
detail: string;
|
|
4906
5042
|
};
|
|
@@ -4914,11 +5050,15 @@ declare const _default: {
|
|
|
4914
5050
|
url: string;
|
|
4915
5051
|
}[];
|
|
4916
5052
|
functionParameter: {
|
|
4917
|
-
|
|
5053
|
+
probability: {
|
|
4918
5054
|
name: string;
|
|
4919
5055
|
detail: string;
|
|
4920
5056
|
};
|
|
4921
|
-
|
|
5057
|
+
degFreedom1: {
|
|
5058
|
+
name: string;
|
|
5059
|
+
detail: string;
|
|
5060
|
+
};
|
|
5061
|
+
degFreedom2: {
|
|
4922
5062
|
name: string;
|
|
4923
5063
|
detail: string;
|
|
4924
5064
|
};
|
|
@@ -4932,11 +5072,11 @@ declare const _default: {
|
|
|
4932
5072
|
url: string;
|
|
4933
5073
|
}[];
|
|
4934
5074
|
functionParameter: {
|
|
4935
|
-
|
|
5075
|
+
array1: {
|
|
4936
5076
|
name: string;
|
|
4937
5077
|
detail: string;
|
|
4938
5078
|
};
|
|
4939
|
-
|
|
5079
|
+
array2: {
|
|
4940
5080
|
name: string;
|
|
4941
5081
|
detail: string;
|
|
4942
5082
|
};
|
|
@@ -4950,11 +5090,7 @@ declare const _default: {
|
|
|
4950
5090
|
url: string;
|
|
4951
5091
|
}[];
|
|
4952
5092
|
functionParameter: {
|
|
4953
|
-
|
|
4954
|
-
name: string;
|
|
4955
|
-
detail: string;
|
|
4956
|
-
};
|
|
4957
|
-
number2: {
|
|
5093
|
+
x: {
|
|
4958
5094
|
name: string;
|
|
4959
5095
|
detail: string;
|
|
4960
5096
|
};
|
|
@@ -4968,11 +5104,7 @@ declare const _default: {
|
|
|
4968
5104
|
url: string;
|
|
4969
5105
|
}[];
|
|
4970
5106
|
functionParameter: {
|
|
4971
|
-
|
|
4972
|
-
name: string;
|
|
4973
|
-
detail: string;
|
|
4974
|
-
};
|
|
4975
|
-
number2: {
|
|
5107
|
+
y: {
|
|
4976
5108
|
name: string;
|
|
4977
5109
|
detail: string;
|
|
4978
5110
|
};
|
|
@@ -4986,11 +5118,15 @@ declare const _default: {
|
|
|
4986
5118
|
url: string;
|
|
4987
5119
|
}[];
|
|
4988
5120
|
functionParameter: {
|
|
4989
|
-
|
|
5121
|
+
x: {
|
|
4990
5122
|
name: string;
|
|
4991
5123
|
detail: string;
|
|
4992
5124
|
};
|
|
4993
|
-
|
|
5125
|
+
knownYs: {
|
|
5126
|
+
name: string;
|
|
5127
|
+
detail: string;
|
|
5128
|
+
};
|
|
5129
|
+
knownXs: {
|
|
4994
5130
|
name: string;
|
|
4995
5131
|
detail: string;
|
|
4996
5132
|
};
|
|
@@ -5076,11 +5212,15 @@ declare const _default: {
|
|
|
5076
5212
|
url: string;
|
|
5077
5213
|
}[];
|
|
5078
5214
|
functionParameter: {
|
|
5079
|
-
|
|
5215
|
+
x: {
|
|
5080
5216
|
name: string;
|
|
5081
5217
|
detail: string;
|
|
5082
5218
|
};
|
|
5083
|
-
|
|
5219
|
+
knownYs: {
|
|
5220
|
+
name: string;
|
|
5221
|
+
detail: string;
|
|
5222
|
+
};
|
|
5223
|
+
knownXs: {
|
|
5084
5224
|
name: string;
|
|
5085
5225
|
detail: string;
|
|
5086
5226
|
};
|
|
@@ -5292,11 +5432,11 @@ declare const _default: {
|
|
|
5292
5432
|
url: string;
|
|
5293
5433
|
}[];
|
|
5294
5434
|
functionParameter: {
|
|
5295
|
-
|
|
5435
|
+
knownYs: {
|
|
5296
5436
|
name: string;
|
|
5297
5437
|
detail: string;
|
|
5298
5438
|
};
|
|
5299
|
-
|
|
5439
|
+
knownXs: {
|
|
5300
5440
|
name: string;
|
|
5301
5441
|
detail: string;
|
|
5302
5442
|
};
|
|
@@ -5622,11 +5762,19 @@ declare const _default: {
|
|
|
5622
5762
|
url: string;
|
|
5623
5763
|
}[];
|
|
5624
5764
|
functionParameter: {
|
|
5625
|
-
|
|
5765
|
+
x: {
|
|
5626
5766
|
name: string;
|
|
5627
5767
|
detail: string;
|
|
5628
5768
|
};
|
|
5629
|
-
|
|
5769
|
+
mean: {
|
|
5770
|
+
name: string;
|
|
5771
|
+
detail: string;
|
|
5772
|
+
};
|
|
5773
|
+
standardDev: {
|
|
5774
|
+
name: string;
|
|
5775
|
+
detail: string;
|
|
5776
|
+
};
|
|
5777
|
+
cumulative: {
|
|
5630
5778
|
name: string;
|
|
5631
5779
|
detail: string;
|
|
5632
5780
|
};
|
|
@@ -5640,11 +5788,15 @@ declare const _default: {
|
|
|
5640
5788
|
url: string;
|
|
5641
5789
|
}[];
|
|
5642
5790
|
functionParameter: {
|
|
5643
|
-
|
|
5791
|
+
probability: {
|
|
5644
5792
|
name: string;
|
|
5645
5793
|
detail: string;
|
|
5646
5794
|
};
|
|
5647
|
-
|
|
5795
|
+
mean: {
|
|
5796
|
+
name: string;
|
|
5797
|
+
detail: string;
|
|
5798
|
+
};
|
|
5799
|
+
standardDev: {
|
|
5648
5800
|
name: string;
|
|
5649
5801
|
detail: string;
|
|
5650
5802
|
};
|
|
@@ -5658,11 +5810,11 @@ declare const _default: {
|
|
|
5658
5810
|
url: string;
|
|
5659
5811
|
}[];
|
|
5660
5812
|
functionParameter: {
|
|
5661
|
-
|
|
5813
|
+
z: {
|
|
5662
5814
|
name: string;
|
|
5663
5815
|
detail: string;
|
|
5664
5816
|
};
|
|
5665
|
-
|
|
5817
|
+
cumulative: {
|
|
5666
5818
|
name: string;
|
|
5667
5819
|
detail: string;
|
|
5668
5820
|
};
|
|
@@ -5676,11 +5828,7 @@ declare const _default: {
|
|
|
5676
5828
|
url: string;
|
|
5677
5829
|
}[];
|
|
5678
5830
|
functionParameter: {
|
|
5679
|
-
|
|
5680
|
-
name: string;
|
|
5681
|
-
detail: string;
|
|
5682
|
-
};
|
|
5683
|
-
number2: {
|
|
5831
|
+
probability: {
|
|
5684
5832
|
name: string;
|
|
5685
5833
|
detail: string;
|
|
5686
5834
|
};
|