@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
|
};
|
|
@@ -4412,11 +4468,27 @@ declare const _default: {
|
|
|
4412
4468
|
url: string;
|
|
4413
4469
|
}[];
|
|
4414
4470
|
functionParameter: {
|
|
4415
|
-
|
|
4471
|
+
x: {
|
|
4416
4472
|
name: string;
|
|
4417
4473
|
detail: string;
|
|
4418
4474
|
};
|
|
4419
|
-
|
|
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: {
|
|
4420
4492
|
name: string;
|
|
4421
4493
|
detail: string;
|
|
4422
4494
|
};
|
|
@@ -4430,11 +4502,23 @@ declare const _default: {
|
|
|
4430
4502
|
url: string;
|
|
4431
4503
|
}[];
|
|
4432
4504
|
functionParameter: {
|
|
4433
|
-
|
|
4505
|
+
probability: {
|
|
4434
4506
|
name: string;
|
|
4435
4507
|
detail: string;
|
|
4436
4508
|
};
|
|
4437
|
-
|
|
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: {
|
|
4438
4522
|
name: string;
|
|
4439
4523
|
detail: string;
|
|
4440
4524
|
};
|
|
@@ -4448,11 +4532,19 @@ declare const _default: {
|
|
|
4448
4532
|
url: string;
|
|
4449
4533
|
}[];
|
|
4450
4534
|
functionParameter: {
|
|
4451
|
-
|
|
4535
|
+
numberS: {
|
|
4452
4536
|
name: string;
|
|
4453
4537
|
detail: string;
|
|
4454
4538
|
};
|
|
4455
|
-
|
|
4539
|
+
trials: {
|
|
4540
|
+
name: string;
|
|
4541
|
+
detail: string;
|
|
4542
|
+
};
|
|
4543
|
+
probabilityS: {
|
|
4544
|
+
name: string;
|
|
4545
|
+
detail: string;
|
|
4546
|
+
};
|
|
4547
|
+
cumulative: {
|
|
4456
4548
|
name: string;
|
|
4457
4549
|
detail: string;
|
|
4458
4550
|
};
|
|
@@ -4466,11 +4558,19 @@ declare const _default: {
|
|
|
4466
4558
|
url: string;
|
|
4467
4559
|
}[];
|
|
4468
4560
|
functionParameter: {
|
|
4469
|
-
|
|
4561
|
+
trials: {
|
|
4470
4562
|
name: string;
|
|
4471
4563
|
detail: string;
|
|
4472
4564
|
};
|
|
4473
|
-
|
|
4565
|
+
probabilityS: {
|
|
4566
|
+
name: string;
|
|
4567
|
+
detail: string;
|
|
4568
|
+
};
|
|
4569
|
+
numberS: {
|
|
4570
|
+
name: string;
|
|
4571
|
+
detail: string;
|
|
4572
|
+
};
|
|
4573
|
+
numberS2: {
|
|
4474
4574
|
name: string;
|
|
4475
4575
|
detail: string;
|
|
4476
4576
|
};
|
|
@@ -4484,11 +4584,15 @@ declare const _default: {
|
|
|
4484
4584
|
url: string;
|
|
4485
4585
|
}[];
|
|
4486
4586
|
functionParameter: {
|
|
4487
|
-
|
|
4587
|
+
trials: {
|
|
4488
4588
|
name: string;
|
|
4489
4589
|
detail: string;
|
|
4490
4590
|
};
|
|
4491
|
-
|
|
4591
|
+
probabilityS: {
|
|
4592
|
+
name: string;
|
|
4593
|
+
detail: string;
|
|
4594
|
+
};
|
|
4595
|
+
alpha: {
|
|
4492
4596
|
name: string;
|
|
4493
4597
|
detail: string;
|
|
4494
4598
|
};
|
|
@@ -4502,11 +4606,15 @@ declare const _default: {
|
|
|
4502
4606
|
url: string;
|
|
4503
4607
|
}[];
|
|
4504
4608
|
functionParameter: {
|
|
4505
|
-
|
|
4609
|
+
x: {
|
|
4506
4610
|
name: string;
|
|
4507
4611
|
detail: string;
|
|
4508
4612
|
};
|
|
4509
|
-
|
|
4613
|
+
degFreedom: {
|
|
4614
|
+
name: string;
|
|
4615
|
+
detail: string;
|
|
4616
|
+
};
|
|
4617
|
+
cumulative: {
|
|
4510
4618
|
name: string;
|
|
4511
4619
|
detail: string;
|
|
4512
4620
|
};
|
|
@@ -4520,11 +4628,11 @@ declare const _default: {
|
|
|
4520
4628
|
url: string;
|
|
4521
4629
|
}[];
|
|
4522
4630
|
functionParameter: {
|
|
4523
|
-
|
|
4631
|
+
x: {
|
|
4524
4632
|
name: string;
|
|
4525
4633
|
detail: string;
|
|
4526
4634
|
};
|
|
4527
|
-
|
|
4635
|
+
degFreedom: {
|
|
4528
4636
|
name: string;
|
|
4529
4637
|
detail: string;
|
|
4530
4638
|
};
|
|
@@ -4538,11 +4646,11 @@ declare const _default: {
|
|
|
4538
4646
|
url: string;
|
|
4539
4647
|
}[];
|
|
4540
4648
|
functionParameter: {
|
|
4541
|
-
|
|
4649
|
+
probability: {
|
|
4542
4650
|
name: string;
|
|
4543
4651
|
detail: string;
|
|
4544
4652
|
};
|
|
4545
|
-
|
|
4653
|
+
degFreedom: {
|
|
4546
4654
|
name: string;
|
|
4547
4655
|
detail: string;
|
|
4548
4656
|
};
|
|
@@ -4556,11 +4664,11 @@ declare const _default: {
|
|
|
4556
4664
|
url: string;
|
|
4557
4665
|
}[];
|
|
4558
4666
|
functionParameter: {
|
|
4559
|
-
|
|
4667
|
+
probability: {
|
|
4560
4668
|
name: string;
|
|
4561
4669
|
detail: string;
|
|
4562
4670
|
};
|
|
4563
|
-
|
|
4671
|
+
degFreedom: {
|
|
4564
4672
|
name: string;
|
|
4565
4673
|
detail: string;
|
|
4566
4674
|
};
|
|
@@ -4574,11 +4682,11 @@ declare const _default: {
|
|
|
4574
4682
|
url: string;
|
|
4575
4683
|
}[];
|
|
4576
4684
|
functionParameter: {
|
|
4577
|
-
|
|
4685
|
+
actualRange: {
|
|
4578
4686
|
name: string;
|
|
4579
4687
|
detail: string;
|
|
4580
4688
|
};
|
|
4581
|
-
|
|
4689
|
+
expectedRange: {
|
|
4582
4690
|
name: string;
|
|
4583
4691
|
detail: string;
|
|
4584
4692
|
};
|
|
@@ -4592,11 +4700,15 @@ declare const _default: {
|
|
|
4592
4700
|
url: string;
|
|
4593
4701
|
}[];
|
|
4594
4702
|
functionParameter: {
|
|
4595
|
-
|
|
4703
|
+
alpha: {
|
|
4596
4704
|
name: string;
|
|
4597
4705
|
detail: string;
|
|
4598
4706
|
};
|
|
4599
|
-
|
|
4707
|
+
standardDev: {
|
|
4708
|
+
name: string;
|
|
4709
|
+
detail: string;
|
|
4710
|
+
};
|
|
4711
|
+
size: {
|
|
4600
4712
|
name: string;
|
|
4601
4713
|
detail: string;
|
|
4602
4714
|
};
|
|
@@ -4610,11 +4722,15 @@ declare const _default: {
|
|
|
4610
4722
|
url: string;
|
|
4611
4723
|
}[];
|
|
4612
4724
|
functionParameter: {
|
|
4613
|
-
|
|
4725
|
+
alpha: {
|
|
4614
4726
|
name: string;
|
|
4615
4727
|
detail: string;
|
|
4616
4728
|
};
|
|
4617
|
-
|
|
4729
|
+
standardDev: {
|
|
4730
|
+
name: string;
|
|
4731
|
+
detail: string;
|
|
4732
|
+
};
|
|
4733
|
+
size: {
|
|
4618
4734
|
name: string;
|
|
4619
4735
|
detail: string;
|
|
4620
4736
|
};
|
|
@@ -4628,11 +4744,11 @@ declare const _default: {
|
|
|
4628
4744
|
url: string;
|
|
4629
4745
|
}[];
|
|
4630
4746
|
functionParameter: {
|
|
4631
|
-
|
|
4747
|
+
array1: {
|
|
4632
4748
|
name: string;
|
|
4633
4749
|
detail: string;
|
|
4634
4750
|
};
|
|
4635
|
-
|
|
4751
|
+
array2: {
|
|
4636
4752
|
name: string;
|
|
4637
4753
|
detail: string;
|
|
4638
4754
|
};
|
|
@@ -4740,11 +4856,11 @@ declare const _default: {
|
|
|
4740
4856
|
url: string;
|
|
4741
4857
|
}[];
|
|
4742
4858
|
functionParameter: {
|
|
4743
|
-
|
|
4859
|
+
array1: {
|
|
4744
4860
|
name: string;
|
|
4745
4861
|
detail: string;
|
|
4746
4862
|
};
|
|
4747
|
-
|
|
4863
|
+
array2: {
|
|
4748
4864
|
name: string;
|
|
4749
4865
|
detail: string;
|
|
4750
4866
|
};
|
|
@@ -4758,11 +4874,11 @@ declare const _default: {
|
|
|
4758
4874
|
url: string;
|
|
4759
4875
|
}[];
|
|
4760
4876
|
functionParameter: {
|
|
4761
|
-
|
|
4877
|
+
array1: {
|
|
4762
4878
|
name: string;
|
|
4763
4879
|
detail: string;
|
|
4764
4880
|
};
|
|
4765
|
-
|
|
4881
|
+
array2: {
|
|
4766
4882
|
name: string;
|
|
4767
4883
|
detail: string;
|
|
4768
4884
|
};
|
|
@@ -4794,11 +4910,15 @@ declare const _default: {
|
|
|
4794
4910
|
url: string;
|
|
4795
4911
|
}[];
|
|
4796
4912
|
functionParameter: {
|
|
4797
|
-
|
|
4913
|
+
x: {
|
|
4798
4914
|
name: string;
|
|
4799
4915
|
detail: string;
|
|
4800
4916
|
};
|
|
4801
|
-
|
|
4917
|
+
lambda: {
|
|
4918
|
+
name: string;
|
|
4919
|
+
detail: string;
|
|
4920
|
+
};
|
|
4921
|
+
cumulative: {
|
|
4802
4922
|
name: string;
|
|
4803
4923
|
detail: string;
|
|
4804
4924
|
};
|
|
@@ -4812,11 +4932,19 @@ declare const _default: {
|
|
|
4812
4932
|
url: string;
|
|
4813
4933
|
}[];
|
|
4814
4934
|
functionParameter: {
|
|
4815
|
-
|
|
4935
|
+
x: {
|
|
4816
4936
|
name: string;
|
|
4817
4937
|
detail: string;
|
|
4818
4938
|
};
|
|
4819
|
-
|
|
4939
|
+
degFreedom1: {
|
|
4940
|
+
name: string;
|
|
4941
|
+
detail: string;
|
|
4942
|
+
};
|
|
4943
|
+
degFreedom2: {
|
|
4944
|
+
name: string;
|
|
4945
|
+
detail: string;
|
|
4946
|
+
};
|
|
4947
|
+
cumulative: {
|
|
4820
4948
|
name: string;
|
|
4821
4949
|
detail: string;
|
|
4822
4950
|
};
|
|
@@ -4830,11 +4958,15 @@ declare const _default: {
|
|
|
4830
4958
|
url: string;
|
|
4831
4959
|
}[];
|
|
4832
4960
|
functionParameter: {
|
|
4833
|
-
|
|
4961
|
+
x: {
|
|
4834
4962
|
name: string;
|
|
4835
4963
|
detail: string;
|
|
4836
4964
|
};
|
|
4837
|
-
|
|
4965
|
+
degFreedom1: {
|
|
4966
|
+
name: string;
|
|
4967
|
+
detail: string;
|
|
4968
|
+
};
|
|
4969
|
+
degFreedom2: {
|
|
4838
4970
|
name: string;
|
|
4839
4971
|
detail: string;
|
|
4840
4972
|
};
|
|
@@ -4848,11 +4980,15 @@ declare const _default: {
|
|
|
4848
4980
|
url: string;
|
|
4849
4981
|
}[];
|
|
4850
4982
|
functionParameter: {
|
|
4851
|
-
|
|
4983
|
+
probability: {
|
|
4852
4984
|
name: string;
|
|
4853
4985
|
detail: string;
|
|
4854
4986
|
};
|
|
4855
|
-
|
|
4987
|
+
degFreedom1: {
|
|
4988
|
+
name: string;
|
|
4989
|
+
detail: string;
|
|
4990
|
+
};
|
|
4991
|
+
degFreedom2: {
|
|
4856
4992
|
name: string;
|
|
4857
4993
|
detail: string;
|
|
4858
4994
|
};
|
|
@@ -4866,11 +5002,15 @@ declare const _default: {
|
|
|
4866
5002
|
url: string;
|
|
4867
5003
|
}[];
|
|
4868
5004
|
functionParameter: {
|
|
4869
|
-
|
|
5005
|
+
probability: {
|
|
4870
5006
|
name: string;
|
|
4871
5007
|
detail: string;
|
|
4872
5008
|
};
|
|
4873
|
-
|
|
5009
|
+
degFreedom1: {
|
|
5010
|
+
name: string;
|
|
5011
|
+
detail: string;
|
|
5012
|
+
};
|
|
5013
|
+
degFreedom2: {
|
|
4874
5014
|
name: string;
|
|
4875
5015
|
detail: string;
|
|
4876
5016
|
};
|
|
@@ -4884,11 +5024,11 @@ declare const _default: {
|
|
|
4884
5024
|
url: string;
|
|
4885
5025
|
}[];
|
|
4886
5026
|
functionParameter: {
|
|
4887
|
-
|
|
5027
|
+
array1: {
|
|
4888
5028
|
name: string;
|
|
4889
5029
|
detail: string;
|
|
4890
5030
|
};
|
|
4891
|
-
|
|
5031
|
+
array2: {
|
|
4892
5032
|
name: string;
|
|
4893
5033
|
detail: string;
|
|
4894
5034
|
};
|
|
@@ -4902,11 +5042,7 @@ declare const _default: {
|
|
|
4902
5042
|
url: string;
|
|
4903
5043
|
}[];
|
|
4904
5044
|
functionParameter: {
|
|
4905
|
-
|
|
4906
|
-
name: string;
|
|
4907
|
-
detail: string;
|
|
4908
|
-
};
|
|
4909
|
-
number2: {
|
|
5045
|
+
x: {
|
|
4910
5046
|
name: string;
|
|
4911
5047
|
detail: string;
|
|
4912
5048
|
};
|
|
@@ -4920,11 +5056,7 @@ declare const _default: {
|
|
|
4920
5056
|
url: string;
|
|
4921
5057
|
}[];
|
|
4922
5058
|
functionParameter: {
|
|
4923
|
-
|
|
4924
|
-
name: string;
|
|
4925
|
-
detail: string;
|
|
4926
|
-
};
|
|
4927
|
-
number2: {
|
|
5059
|
+
y: {
|
|
4928
5060
|
name: string;
|
|
4929
5061
|
detail: string;
|
|
4930
5062
|
};
|
|
@@ -4938,11 +5070,15 @@ declare const _default: {
|
|
|
4938
5070
|
url: string;
|
|
4939
5071
|
}[];
|
|
4940
5072
|
functionParameter: {
|
|
4941
|
-
|
|
5073
|
+
x: {
|
|
4942
5074
|
name: string;
|
|
4943
5075
|
detail: string;
|
|
4944
5076
|
};
|
|
4945
|
-
|
|
5077
|
+
knownYs: {
|
|
5078
|
+
name: string;
|
|
5079
|
+
detail: string;
|
|
5080
|
+
};
|
|
5081
|
+
knownXs: {
|
|
4946
5082
|
name: string;
|
|
4947
5083
|
detail: string;
|
|
4948
5084
|
};
|
|
@@ -5028,11 +5164,15 @@ declare const _default: {
|
|
|
5028
5164
|
url: string;
|
|
5029
5165
|
}[];
|
|
5030
5166
|
functionParameter: {
|
|
5031
|
-
|
|
5167
|
+
x: {
|
|
5032
5168
|
name: string;
|
|
5033
5169
|
detail: string;
|
|
5034
5170
|
};
|
|
5035
|
-
|
|
5171
|
+
knownYs: {
|
|
5172
|
+
name: string;
|
|
5173
|
+
detail: string;
|
|
5174
|
+
};
|
|
5175
|
+
knownXs: {
|
|
5036
5176
|
name: string;
|
|
5037
5177
|
detail: string;
|
|
5038
5178
|
};
|
|
@@ -5244,11 +5384,11 @@ declare const _default: {
|
|
|
5244
5384
|
url: string;
|
|
5245
5385
|
}[];
|
|
5246
5386
|
functionParameter: {
|
|
5247
|
-
|
|
5387
|
+
knownYs: {
|
|
5248
5388
|
name: string;
|
|
5249
5389
|
detail: string;
|
|
5250
5390
|
};
|
|
5251
|
-
|
|
5391
|
+
knownXs: {
|
|
5252
5392
|
name: string;
|
|
5253
5393
|
detail: string;
|
|
5254
5394
|
};
|
|
@@ -5574,11 +5714,19 @@ declare const _default: {
|
|
|
5574
5714
|
url: string;
|
|
5575
5715
|
}[];
|
|
5576
5716
|
functionParameter: {
|
|
5577
|
-
|
|
5717
|
+
x: {
|
|
5578
5718
|
name: string;
|
|
5579
5719
|
detail: string;
|
|
5580
5720
|
};
|
|
5581
|
-
|
|
5721
|
+
mean: {
|
|
5722
|
+
name: string;
|
|
5723
|
+
detail: string;
|
|
5724
|
+
};
|
|
5725
|
+
standardDev: {
|
|
5726
|
+
name: string;
|
|
5727
|
+
detail: string;
|
|
5728
|
+
};
|
|
5729
|
+
cumulative: {
|
|
5582
5730
|
name: string;
|
|
5583
5731
|
detail: string;
|
|
5584
5732
|
};
|
|
@@ -5592,11 +5740,15 @@ declare const _default: {
|
|
|
5592
5740
|
url: string;
|
|
5593
5741
|
}[];
|
|
5594
5742
|
functionParameter: {
|
|
5595
|
-
|
|
5743
|
+
probability: {
|
|
5596
5744
|
name: string;
|
|
5597
5745
|
detail: string;
|
|
5598
5746
|
};
|
|
5599
|
-
|
|
5747
|
+
mean: {
|
|
5748
|
+
name: string;
|
|
5749
|
+
detail: string;
|
|
5750
|
+
};
|
|
5751
|
+
standardDev: {
|
|
5600
5752
|
name: string;
|
|
5601
5753
|
detail: string;
|
|
5602
5754
|
};
|
|
@@ -5610,11 +5762,11 @@ declare const _default: {
|
|
|
5610
5762
|
url: string;
|
|
5611
5763
|
}[];
|
|
5612
5764
|
functionParameter: {
|
|
5613
|
-
|
|
5765
|
+
z: {
|
|
5614
5766
|
name: string;
|
|
5615
5767
|
detail: string;
|
|
5616
5768
|
};
|
|
5617
|
-
|
|
5769
|
+
cumulative: {
|
|
5618
5770
|
name: string;
|
|
5619
5771
|
detail: string;
|
|
5620
5772
|
};
|
|
@@ -5628,11 +5780,7 @@ declare const _default: {
|
|
|
5628
5780
|
url: string;
|
|
5629
5781
|
}[];
|
|
5630
5782
|
functionParameter: {
|
|
5631
|
-
|
|
5632
|
-
name: string;
|
|
5633
|
-
detail: string;
|
|
5634
|
-
};
|
|
5635
|
-
number2: {
|
|
5783
|
+
probability: {
|
|
5636
5784
|
name: string;
|
|
5637
5785
|
detail: string;
|
|
5638
5786
|
};
|