@univerjs/sheets-formula 0.2.15 → 0.3.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/lib/cjs/index.js +3 -3
  2. package/lib/es/index.js +574 -313
  3. package/lib/locale/en-US.json +468 -320
  4. package/lib/locale/ru-RU.json +468 -320
  5. package/lib/locale/vi-VN.json +712 -204
  6. package/lib/locale/zh-CN.json +470 -322
  7. package/lib/locale/zh-TW.json +471 -323
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
  9. package/lib/types/controllers/prompt.controller.d.ts +2 -1
  10. package/lib/types/controllers/update-formula.controller.d.ts +1 -1
  11. package/lib/types/index.d.ts +1 -1
  12. package/lib/types/locale/en-US.d.ts +257 -109
  13. package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
  14. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
  15. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
  16. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
  17. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
  18. package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
  19. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
  20. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
  21. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
  22. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
  23. package/lib/types/locale/ru-RU.d.ts +257 -109
  24. package/lib/types/locale/vi-VN.d.ts +538 -66
  25. package/lib/types/locale/zh-CN.d.ts +257 -109
  26. package/lib/types/locale/zh-TW.d.ts +257 -109
  27. package/lib/umd/index.js +3 -3
  28. package/package.json +26 -29
@@ -128,11 +128,27 @@ declare const _default: {
128
128
  url: string;
129
129
  }[];
130
130
  functionParameter: {
131
- number1: {
131
+ x: {
132
132
  name: string;
133
133
  detail: string;
134
134
  };
135
- number2: {
135
+ alpha: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ beta: {
140
+ name: string;
141
+ detail: string;
142
+ };
143
+ cumulative: {
144
+ name: string;
145
+ detail: string;
146
+ };
147
+ A: {
148
+ name: string;
149
+ detail: string;
150
+ };
151
+ B: {
136
152
  name: string;
137
153
  detail: string;
138
154
  };
@@ -146,11 +162,23 @@ declare const _default: {
146
162
  url: string;
147
163
  }[];
148
164
  functionParameter: {
149
- number1: {
165
+ probability: {
150
166
  name: string;
151
167
  detail: string;
152
168
  };
153
- number2: {
169
+ alpha: {
170
+ name: string;
171
+ detail: string;
172
+ };
173
+ beta: {
174
+ name: string;
175
+ detail: string;
176
+ };
177
+ A: {
178
+ name: string;
179
+ detail: string;
180
+ };
181
+ B: {
154
182
  name: string;
155
183
  detail: string;
156
184
  };
@@ -164,11 +192,19 @@ declare const _default: {
164
192
  url: string;
165
193
  }[];
166
194
  functionParameter: {
167
- number1: {
195
+ numberS: {
168
196
  name: string;
169
197
  detail: string;
170
198
  };
171
- number2: {
199
+ trials: {
200
+ name: string;
201
+ detail: string;
202
+ };
203
+ probabilityS: {
204
+ name: string;
205
+ detail: string;
206
+ };
207
+ cumulative: {
172
208
  name: string;
173
209
  detail: string;
174
210
  };
@@ -182,11 +218,19 @@ declare const _default: {
182
218
  url: string;
183
219
  }[];
184
220
  functionParameter: {
185
- number1: {
221
+ trials: {
186
222
  name: string;
187
223
  detail: string;
188
224
  };
189
- number2: {
225
+ probabilityS: {
226
+ name: string;
227
+ detail: string;
228
+ };
229
+ numberS: {
230
+ name: string;
231
+ detail: string;
232
+ };
233
+ numberS2: {
190
234
  name: string;
191
235
  detail: string;
192
236
  };
@@ -200,11 +244,15 @@ declare const _default: {
200
244
  url: string;
201
245
  }[];
202
246
  functionParameter: {
203
- number1: {
247
+ trials: {
204
248
  name: string;
205
249
  detail: string;
206
250
  };
207
- number2: {
251
+ probabilityS: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ alpha: {
208
256
  name: string;
209
257
  detail: string;
210
258
  };
@@ -218,11 +266,15 @@ declare const _default: {
218
266
  url: string;
219
267
  }[];
220
268
  functionParameter: {
221
- number1: {
269
+ x: {
222
270
  name: string;
223
271
  detail: string;
224
272
  };
225
- number2: {
273
+ degFreedom: {
274
+ name: string;
275
+ detail: string;
276
+ };
277
+ cumulative: {
226
278
  name: string;
227
279
  detail: string;
228
280
  };
@@ -236,11 +288,11 @@ declare const _default: {
236
288
  url: string;
237
289
  }[];
238
290
  functionParameter: {
239
- number1: {
291
+ x: {
240
292
  name: string;
241
293
  detail: string;
242
294
  };
243
- number2: {
295
+ degFreedom: {
244
296
  name: string;
245
297
  detail: string;
246
298
  };
@@ -254,11 +306,11 @@ declare const _default: {
254
306
  url: string;
255
307
  }[];
256
308
  functionParameter: {
257
- number1: {
309
+ probability: {
258
310
  name: string;
259
311
  detail: string;
260
312
  };
261
- number2: {
313
+ degFreedom: {
262
314
  name: string;
263
315
  detail: string;
264
316
  };
@@ -272,11 +324,11 @@ declare const _default: {
272
324
  url: string;
273
325
  }[];
274
326
  functionParameter: {
275
- number1: {
327
+ probability: {
276
328
  name: string;
277
329
  detail: string;
278
330
  };
279
- number2: {
331
+ degFreedom: {
280
332
  name: string;
281
333
  detail: string;
282
334
  };
@@ -290,11 +342,11 @@ declare const _default: {
290
342
  url: string;
291
343
  }[];
292
344
  functionParameter: {
293
- number1: {
345
+ actualRange: {
294
346
  name: string;
295
347
  detail: string;
296
348
  };
297
- number2: {
349
+ expectedRange: {
298
350
  name: string;
299
351
  detail: string;
300
352
  };
@@ -308,11 +360,15 @@ declare const _default: {
308
360
  url: string;
309
361
  }[];
310
362
  functionParameter: {
311
- number1: {
363
+ alpha: {
312
364
  name: string;
313
365
  detail: string;
314
366
  };
315
- number2: {
367
+ standardDev: {
368
+ name: string;
369
+ detail: string;
370
+ };
371
+ size: {
316
372
  name: string;
317
373
  detail: string;
318
374
  };
@@ -326,11 +382,15 @@ declare const _default: {
326
382
  url: string;
327
383
  }[];
328
384
  functionParameter: {
329
- number1: {
385
+ alpha: {
330
386
  name: string;
331
387
  detail: string;
332
388
  };
333
- number2: {
389
+ standardDev: {
390
+ name: string;
391
+ detail: string;
392
+ };
393
+ size: {
334
394
  name: string;
335
395
  detail: string;
336
396
  };
@@ -344,11 +404,11 @@ declare const _default: {
344
404
  url: string;
345
405
  }[];
346
406
  functionParameter: {
347
- number1: {
407
+ array1: {
348
408
  name: string;
349
409
  detail: string;
350
410
  };
351
- number2: {
411
+ array2: {
352
412
  name: string;
353
413
  detail: string;
354
414
  };
@@ -448,6 +508,282 @@ declare const _default: {
448
508
  };
449
509
  };
450
510
  };
511
+ COVARIANCE_P: {
512
+ description: string;
513
+ abstract: string;
514
+ links: {
515
+ title: string;
516
+ url: string;
517
+ }[];
518
+ functionParameter: {
519
+ array1: {
520
+ name: string;
521
+ detail: string;
522
+ };
523
+ array2: {
524
+ name: string;
525
+ detail: string;
526
+ };
527
+ };
528
+ };
529
+ COVARIANCE_S: {
530
+ description: string;
531
+ abstract: string;
532
+ links: {
533
+ title: string;
534
+ url: string;
535
+ }[];
536
+ functionParameter: {
537
+ array1: {
538
+ name: string;
539
+ detail: string;
540
+ };
541
+ array2: {
542
+ name: string;
543
+ detail: string;
544
+ };
545
+ };
546
+ };
547
+ DEVSQ: {
548
+ description: string;
549
+ abstract: string;
550
+ links: {
551
+ title: string;
552
+ url: string;
553
+ }[];
554
+ functionParameter: {
555
+ number1: {
556
+ name: string;
557
+ detail: string;
558
+ };
559
+ number2: {
560
+ name: string;
561
+ detail: string;
562
+ };
563
+ };
564
+ };
565
+ EXPON_DIST: {
566
+ description: string;
567
+ abstract: string;
568
+ links: {
569
+ title: string;
570
+ url: string;
571
+ }[];
572
+ functionParameter: {
573
+ x: {
574
+ name: string;
575
+ detail: string;
576
+ };
577
+ lambda: {
578
+ name: string;
579
+ detail: string;
580
+ };
581
+ cumulative: {
582
+ name: string;
583
+ detail: string;
584
+ };
585
+ };
586
+ };
587
+ F_DIST: {
588
+ description: string;
589
+ abstract: string;
590
+ links: {
591
+ title: string;
592
+ url: string;
593
+ }[];
594
+ functionParameter: {
595
+ x: {
596
+ name: string;
597
+ detail: string;
598
+ };
599
+ degFreedom1: {
600
+ name: string;
601
+ detail: string;
602
+ };
603
+ degFreedom2: {
604
+ name: string;
605
+ detail: string;
606
+ };
607
+ cumulative: {
608
+ name: string;
609
+ detail: string;
610
+ };
611
+ };
612
+ };
613
+ F_DIST_RT: {
614
+ description: string;
615
+ abstract: string;
616
+ links: {
617
+ title: string;
618
+ url: string;
619
+ }[];
620
+ functionParameter: {
621
+ x: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ degFreedom1: {
626
+ name: string;
627
+ detail: string;
628
+ };
629
+ degFreedom2: {
630
+ name: string;
631
+ detail: string;
632
+ };
633
+ };
634
+ };
635
+ F_INV: {
636
+ description: string;
637
+ abstract: string;
638
+ links: {
639
+ title: string;
640
+ url: string;
641
+ }[];
642
+ functionParameter: {
643
+ probability: {
644
+ name: string;
645
+ detail: string;
646
+ };
647
+ degFreedom1: {
648
+ name: string;
649
+ detail: string;
650
+ };
651
+ degFreedom2: {
652
+ name: string;
653
+ detail: string;
654
+ };
655
+ };
656
+ };
657
+ F_INV_RT: {
658
+ description: string;
659
+ abstract: string;
660
+ links: {
661
+ title: string;
662
+ url: string;
663
+ }[];
664
+ functionParameter: {
665
+ probability: {
666
+ name: string;
667
+ detail: string;
668
+ };
669
+ degFreedom1: {
670
+ name: string;
671
+ detail: string;
672
+ };
673
+ degFreedom2: {
674
+ name: string;
675
+ detail: string;
676
+ };
677
+ };
678
+ };
679
+ F_TEST: {
680
+ description: string;
681
+ abstract: string;
682
+ links: {
683
+ title: string;
684
+ url: string;
685
+ }[];
686
+ functionParameter: {
687
+ array1: {
688
+ name: string;
689
+ detail: string;
690
+ };
691
+ array2: {
692
+ name: string;
693
+ detail: string;
694
+ };
695
+ };
696
+ };
697
+ FISHER: {
698
+ description: string;
699
+ abstract: string;
700
+ links: {
701
+ title: string;
702
+ url: string;
703
+ }[];
704
+ functionParameter: {
705
+ x: {
706
+ name: string;
707
+ detail: string;
708
+ };
709
+ };
710
+ };
711
+ FISHERINV: {
712
+ description: string;
713
+ abstract: string;
714
+ links: {
715
+ title: string;
716
+ url: string;
717
+ }[];
718
+ functionParameter: {
719
+ y: {
720
+ name: string;
721
+ detail: string;
722
+ };
723
+ };
724
+ };
725
+ FORECAST: {
726
+ description: string;
727
+ abstract: string;
728
+ links: {
729
+ title: string;
730
+ url: string;
731
+ }[];
732
+ functionParameter: {
733
+ x: {
734
+ name: string;
735
+ detail: string;
736
+ };
737
+ knownYs: {
738
+ name: string;
739
+ detail: string;
740
+ };
741
+ knownXs: {
742
+ name: string;
743
+ detail: string;
744
+ };
745
+ };
746
+ };
747
+ FORECAST_LINEAR: {
748
+ description: string;
749
+ abstract: string;
750
+ links: {
751
+ title: string;
752
+ url: string;
753
+ }[];
754
+ functionParameter: {
755
+ x: {
756
+ name: string;
757
+ detail: string;
758
+ };
759
+ knownYs: {
760
+ name: string;
761
+ detail: string;
762
+ };
763
+ knownXs: {
764
+ name: string;
765
+ detail: string;
766
+ };
767
+ };
768
+ };
769
+ INTERCEPT: {
770
+ description: string;
771
+ abstract: string;
772
+ links: {
773
+ title: string;
774
+ url: string;
775
+ }[];
776
+ functionParameter: {
777
+ knownYs: {
778
+ name: string;
779
+ detail: string;
780
+ };
781
+ knownXs: {
782
+ name: string;
783
+ detail: string;
784
+ };
785
+ };
786
+ };
451
787
  MAX: {
452
788
  description: string;
453
789
  abstract: string;
@@ -580,6 +916,86 @@ declare const _default: {
580
916
  };
581
917
  };
582
918
  };
919
+ NORM_DIST: {
920
+ description: string;
921
+ abstract: string;
922
+ links: {
923
+ title: string;
924
+ url: string;
925
+ }[];
926
+ functionParameter: {
927
+ x: {
928
+ name: string;
929
+ detail: string;
930
+ };
931
+ mean: {
932
+ name: string;
933
+ detail: string;
934
+ };
935
+ standardDev: {
936
+ name: string;
937
+ detail: string;
938
+ };
939
+ cumulative: {
940
+ name: string;
941
+ detail: string;
942
+ };
943
+ };
944
+ };
945
+ NORM_INV: {
946
+ description: string;
947
+ abstract: string;
948
+ links: {
949
+ title: string;
950
+ url: string;
951
+ }[];
952
+ functionParameter: {
953
+ probability: {
954
+ name: string;
955
+ detail: string;
956
+ };
957
+ mean: {
958
+ name: string;
959
+ detail: string;
960
+ };
961
+ standardDev: {
962
+ name: string;
963
+ detail: string;
964
+ };
965
+ };
966
+ };
967
+ NORM_S_DIST: {
968
+ description: string;
969
+ abstract: string;
970
+ links: {
971
+ title: string;
972
+ url: string;
973
+ }[];
974
+ functionParameter: {
975
+ z: {
976
+ name: string;
977
+ detail: string;
978
+ };
979
+ cumulative: {
980
+ name: string;
981
+ detail: string;
982
+ };
983
+ };
984
+ };
985
+ NORM_S_INV: {
986
+ description: string;
987
+ abstract: string;
988
+ links: {
989
+ title: string;
990
+ url: string;
991
+ }[];
992
+ functionParameter: {
993
+ probability: {
994
+ name: string;
995
+ detail: string;
996
+ };
997
+ };
998
+ };
583
999
  RANK_AVG: {
584
1000
  description: string;
585
1001
  abstract: string;