@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
|
};
|
|
@@ -4408,11 +4468,27 @@ declare const _default: {
|
|
|
4408
4468
|
url: string;
|
|
4409
4469
|
}[];
|
|
4410
4470
|
functionParameter: {
|
|
4411
|
-
|
|
4471
|
+
x: {
|
|
4412
4472
|
name: string;
|
|
4413
4473
|
detail: string;
|
|
4414
4474
|
};
|
|
4415
|
-
|
|
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
|
-
|
|
4505
|
+
probability: {
|
|
4430
4506
|
name: string;
|
|
4431
4507
|
detail: string;
|
|
4432
4508
|
};
|
|
4433
|
-
|
|
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
|
-
|
|
4535
|
+
numberS: {
|
|
4448
4536
|
name: string;
|
|
4449
4537
|
detail: string;
|
|
4450
4538
|
};
|
|
4451
|
-
|
|
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
|
-
|
|
4561
|
+
trials: {
|
|
4466
4562
|
name: string;
|
|
4467
4563
|
detail: string;
|
|
4468
4564
|
};
|
|
4469
|
-
|
|
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
|
-
|
|
4587
|
+
trials: {
|
|
4484
4588
|
name: string;
|
|
4485
4589
|
detail: string;
|
|
4486
4590
|
};
|
|
4487
|
-
|
|
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
|
-
|
|
4609
|
+
x: {
|
|
4502
4610
|
name: string;
|
|
4503
4611
|
detail: string;
|
|
4504
4612
|
};
|
|
4505
|
-
|
|
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
|
-
|
|
4631
|
+
x: {
|
|
4520
4632
|
name: string;
|
|
4521
4633
|
detail: string;
|
|
4522
4634
|
};
|
|
4523
|
-
|
|
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
|
-
|
|
4649
|
+
probability: {
|
|
4538
4650
|
name: string;
|
|
4539
4651
|
detail: string;
|
|
4540
4652
|
};
|
|
4541
|
-
|
|
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
|
-
|
|
4667
|
+
probability: {
|
|
4556
4668
|
name: string;
|
|
4557
4669
|
detail: string;
|
|
4558
4670
|
};
|
|
4559
|
-
|
|
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
|
-
|
|
4685
|
+
actualRange: {
|
|
4574
4686
|
name: string;
|
|
4575
4687
|
detail: string;
|
|
4576
4688
|
};
|
|
4577
|
-
|
|
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
|
-
|
|
4703
|
+
alpha: {
|
|
4592
4704
|
name: string;
|
|
4593
4705
|
detail: string;
|
|
4594
4706
|
};
|
|
4595
|
-
|
|
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
|
-
|
|
4725
|
+
alpha: {
|
|
4610
4726
|
name: string;
|
|
4611
4727
|
detail: string;
|
|
4612
4728
|
};
|
|
4613
|
-
|
|
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
|
-
|
|
4747
|
+
array1: {
|
|
4628
4748
|
name: string;
|
|
4629
4749
|
detail: string;
|
|
4630
4750
|
};
|
|
4631
|
-
|
|
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
|
-
|
|
4859
|
+
array1: {
|
|
4740
4860
|
name: string;
|
|
4741
4861
|
detail: string;
|
|
4742
4862
|
};
|
|
4743
|
-
|
|
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
|
-
|
|
4877
|
+
array1: {
|
|
4758
4878
|
name: string;
|
|
4759
4879
|
detail: string;
|
|
4760
4880
|
};
|
|
4761
|
-
|
|
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
|
-
|
|
4913
|
+
x: {
|
|
4794
4914
|
name: string;
|
|
4795
4915
|
detail: string;
|
|
4796
4916
|
};
|
|
4797
|
-
|
|
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
|
-
|
|
4935
|
+
x: {
|
|
4812
4936
|
name: string;
|
|
4813
4937
|
detail: string;
|
|
4814
4938
|
};
|
|
4815
|
-
|
|
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
|
-
|
|
4961
|
+
x: {
|
|
4830
4962
|
name: string;
|
|
4831
4963
|
detail: string;
|
|
4832
4964
|
};
|
|
4833
|
-
|
|
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
|
-
|
|
4983
|
+
probability: {
|
|
4848
4984
|
name: string;
|
|
4849
4985
|
detail: string;
|
|
4850
4986
|
};
|
|
4851
|
-
|
|
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
|
-
|
|
5005
|
+
probability: {
|
|
4866
5006
|
name: string;
|
|
4867
5007
|
detail: string;
|
|
4868
5008
|
};
|
|
4869
|
-
|
|
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
|
-
|
|
5027
|
+
array1: {
|
|
4884
5028
|
name: string;
|
|
4885
5029
|
detail: string;
|
|
4886
5030
|
};
|
|
4887
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
5073
|
+
x: {
|
|
4938
5074
|
name: string;
|
|
4939
5075
|
detail: string;
|
|
4940
5076
|
};
|
|
4941
|
-
|
|
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
|
-
|
|
5167
|
+
x: {
|
|
5028
5168
|
name: string;
|
|
5029
5169
|
detail: string;
|
|
5030
5170
|
};
|
|
5031
|
-
|
|
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
|
-
|
|
5387
|
+
knownYs: {
|
|
5244
5388
|
name: string;
|
|
5245
5389
|
detail: string;
|
|
5246
5390
|
};
|
|
5247
|
-
|
|
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
|
-
|
|
5717
|
+
x: {
|
|
5574
5718
|
name: string;
|
|
5575
5719
|
detail: string;
|
|
5576
5720
|
};
|
|
5577
|
-
|
|
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
|
-
|
|
5743
|
+
probability: {
|
|
5592
5744
|
name: string;
|
|
5593
5745
|
detail: string;
|
|
5594
5746
|
};
|
|
5595
|
-
|
|
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
|
-
|
|
5765
|
+
z: {
|
|
5610
5766
|
name: string;
|
|
5611
5767
|
detail: string;
|
|
5612
5768
|
};
|
|
5613
|
-
|
|
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
|
-
|
|
5628
|
-
name: string;
|
|
5629
|
-
detail: string;
|
|
5630
|
-
};
|
|
5631
|
-
number2: {
|
|
5783
|
+
probability: {
|
|
5632
5784
|
name: string;
|
|
5633
5785
|
detail: string;
|
|
5634
5786
|
};
|