@univerjs/sheets-formula-ui 0.4.2 → 0.5.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.
Files changed (88) hide show
  1. package/lib/cjs/index.js +9 -7
  2. package/lib/cjs/locale/en-US.js +40 -0
  3. package/lib/cjs/locale/fa-IR.js +40 -0
  4. package/lib/cjs/locale/ru-RU.js +40 -0
  5. package/lib/cjs/locale/vi-VN.js +37 -0
  6. package/lib/cjs/locale/zh-CN.js +38 -0
  7. package/lib/cjs/locale/zh-TW.js +38 -0
  8. package/lib/es/index.js +3317 -2424
  9. package/lib/es/locale/en-US.js +7684 -0
  10. package/lib/es/locale/fa-IR.js +7684 -0
  11. package/lib/es/locale/ru-RU.js +7683 -0
  12. package/lib/es/locale/vi-VN.js +7467 -0
  13. package/lib/es/locale/zh-CN.js +7661 -0
  14. package/lib/es/locale/zh-TW.js +7661 -0
  15. package/lib/index.css +1 -1
  16. package/lib/types/controllers/config.schema.d.ts +1 -1
  17. package/lib/types/controllers/formula-editor-show.controller.d.ts +4 -3
  18. package/lib/types/index.d.ts +1 -0
  19. package/lib/types/locale/en-US.d.ts +344 -156
  20. package/lib/types/locale/fa-IR.d.ts +344 -156
  21. package/lib/types/locale/function-list/compatibility/en-US.d.ts +106 -30
  22. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +106 -30
  23. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +106 -30
  24. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +106 -30
  25. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +106 -30
  26. package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
  27. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
  28. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +14 -0
  29. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
  30. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
  31. package/lib/types/locale/function-list/statistical/en-US.d.ts +173 -93
  32. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +173 -93
  33. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +983 -57
  34. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +173 -93
  35. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +173 -93
  36. package/lib/types/locale/function-list/text/en-US.d.ts +64 -28
  37. package/lib/types/locale/function-list/text/ja-JP.d.ts +64 -28
  38. package/lib/types/locale/function-list/text/ru-RU.d.ts +220 -106
  39. package/lib/types/locale/function-list/text/vi-VN.d.ts +124 -14
  40. package/lib/types/locale/function-list/text/zh-CN.d.ts +64 -28
  41. package/lib/types/locale/function-list/text/zh-TW.d.ts +64 -28
  42. package/lib/types/locale/ru-RU.d.ts +500 -234
  43. package/lib/types/locale/vi-VN.d.ts +1231 -105
  44. package/lib/types/locale/zh-CN.d.ts +344 -156
  45. package/lib/types/locale/zh-TW.d.ts +344 -156
  46. package/lib/types/sheets-formula-ui.plugin.d.ts +0 -1
  47. package/lib/types/views/formula-editor/help-function/HelpFunction.d.ts +11 -0
  48. package/lib/types/views/formula-editor/hooks/useFormulaDescribe.d.ts +7 -0
  49. package/lib/types/views/formula-editor/hooks/useFormulaSearch.d.ts +12 -0
  50. package/lib/types/views/formula-editor/hooks/useResizeScrollObserver.d.ts +18 -0
  51. package/lib/types/views/formula-editor/hooks/useSelectionAdd.d.ts +19 -0
  52. package/lib/types/views/formula-editor/hooks/useSheetSelectionChange.d.ts +3 -0
  53. package/lib/types/views/formula-editor/hooks/useStateRef.d.ts +18 -0
  54. package/lib/types/views/formula-editor/hooks/useVerify.d.ts +2 -0
  55. package/lib/types/views/formula-editor/index.d.ts +17 -0
  56. package/lib/types/views/formula-editor/search-function/SearchFunction.d.ts +12 -0
  57. package/lib/types/{controllers/utils/__tests__/ref-range-formula.spec.d.ts → views/formula-editor/utils/getFormulaText.d.ts} +1 -1
  58. package/lib/types/views/range-selector/hooks/useEmitChange.d.ts +3 -0
  59. package/lib/types/views/range-selector/hooks/useFirstHighlightDoc.d.ts +3 -0
  60. package/lib/types/views/range-selector/hooks/useFocus.d.ts +2 -0
  61. package/lib/types/views/range-selector/hooks/useFormulaToken.d.ts +2 -4
  62. package/lib/types/views/range-selector/hooks/useHighlight.d.ts +4 -2
  63. package/lib/types/views/range-selector/hooks/useLeftAndRightArrow.d.ts +2 -0
  64. package/lib/types/views/range-selector/hooks/useOnlyOneRange.d.ts +16 -0
  65. package/lib/types/views/range-selector/hooks/useRefactorEffect.d.ts +1 -1
  66. package/lib/types/{controllers/utils/__tests__/offset-formula-data.spec.d.ts → views/range-selector/hooks/useRefocus.d.ts} +1 -1
  67. package/lib/types/views/range-selector/hooks/useResetSelection.d.ts +16 -0
  68. package/lib/types/views/range-selector/hooks/useSheetSelectionChange.d.ts +1 -1
  69. package/lib/types/views/range-selector/hooks/useSwitchSheet.d.ts +16 -0
  70. package/lib/types/views/range-selector/hooks/useVerify.d.ts +2 -2
  71. package/lib/types/views/range-selector/index.d.ts +1 -5
  72. package/lib/types/views/range-selector/utils/unitRangesToText.d.ts +1 -1
  73. package/lib/umd/index.js +9 -7
  74. package/lib/umd/locale/en-US.js +40 -0
  75. package/lib/umd/locale/fa-IR.js +40 -0
  76. package/lib/umd/locale/ru-RU.js +40 -0
  77. package/lib/umd/locale/vi-VN.js +37 -0
  78. package/lib/umd/locale/zh-CN.js +38 -0
  79. package/lib/umd/locale/zh-TW.js +38 -0
  80. package/package.json +35 -27
  81. package/lib/locale/en-US.json +0 -11054
  82. package/lib/locale/fa-IR.json +0 -11054
  83. package/lib/locale/ru-RU.json +0 -10969
  84. package/lib/locale/vi-VN.json +0 -9678
  85. package/lib/locale/zh-CN.json +0 -11054
  86. package/lib/locale/zh-TW.json +0 -11054
  87. package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -15
  88. package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -71
@@ -373,11 +373,19 @@ declare const _default: {
373
373
  url: string;
374
374
  }[];
375
375
  functionParameter: {
376
- number1: {
376
+ x: {
377
377
  name: string;
378
378
  detail: string;
379
379
  };
380
- number2: {
380
+ alpha: {
381
+ name: string;
382
+ detail: string;
383
+ };
384
+ beta: {
385
+ name: string;
386
+ detail: string;
387
+ };
388
+ cumulative: {
381
389
  name: string;
382
390
  detail: string;
383
391
  };
@@ -391,11 +399,15 @@ declare const _default: {
391
399
  url: string;
392
400
  }[];
393
401
  functionParameter: {
394
- number1: {
402
+ probability: {
395
403
  name: string;
396
404
  detail: string;
397
405
  };
398
- number2: {
406
+ alpha: {
407
+ name: string;
408
+ detail: string;
409
+ };
410
+ beta: {
399
411
  name: string;
400
412
  detail: string;
401
413
  };
@@ -409,11 +421,23 @@ declare const _default: {
409
421
  url: string;
410
422
  }[];
411
423
  functionParameter: {
412
- number1: {
424
+ sampleS: {
413
425
  name: string;
414
426
  detail: string;
415
427
  };
416
- number2: {
428
+ numberSample: {
429
+ name: string;
430
+ detail: string;
431
+ };
432
+ populationS: {
433
+ name: string;
434
+ detail: string;
435
+ };
436
+ numberPop: {
437
+ name: string;
438
+ detail: string;
439
+ };
440
+ cumulative: {
417
441
  name: string;
418
442
  detail: string;
419
443
  };
@@ -427,11 +451,15 @@ declare const _default: {
427
451
  url: string;
428
452
  }[];
429
453
  functionParameter: {
430
- number1: {
454
+ probability: {
431
455
  name: string;
432
456
  detail: string;
433
457
  };
434
- number2: {
458
+ mean: {
459
+ name: string;
460
+ detail: string;
461
+ };
462
+ standardDev: {
435
463
  name: string;
436
464
  detail: string;
437
465
  };
@@ -445,11 +473,19 @@ declare const _default: {
445
473
  url: string;
446
474
  }[];
447
475
  functionParameter: {
448
- number1: {
476
+ x: {
449
477
  name: string;
450
478
  detail: string;
451
479
  };
452
- number2: {
480
+ mean: {
481
+ name: string;
482
+ detail: string;
483
+ };
484
+ standardDev: {
485
+ name: string;
486
+ detail: string;
487
+ };
488
+ cumulative: {
453
489
  name: string;
454
490
  detail: string;
455
491
  };
@@ -481,11 +517,19 @@ declare const _default: {
481
517
  url: string;
482
518
  }[];
483
519
  functionParameter: {
484
- number1: {
520
+ numberF: {
485
521
  name: string;
486
522
  detail: string;
487
523
  };
488
- number2: {
524
+ numberS: {
525
+ name: string;
526
+ detail: string;
527
+ };
528
+ probabilityS: {
529
+ name: string;
530
+ detail: string;
531
+ };
532
+ cumulative: {
489
533
  name: string;
490
534
  detail: string;
491
535
  };
@@ -575,11 +619,11 @@ declare const _default: {
575
619
  url: string;
576
620
  }[];
577
621
  functionParameter: {
578
- number1: {
622
+ array: {
579
623
  name: string;
580
624
  detail: string;
581
625
  };
582
- number2: {
626
+ k: {
583
627
  name: string;
584
628
  detail: string;
585
629
  };
@@ -593,11 +637,15 @@ declare const _default: {
593
637
  url: string;
594
638
  }[];
595
639
  functionParameter: {
596
- number1: {
640
+ array: {
597
641
  name: string;
598
642
  detail: string;
599
643
  };
600
- number2: {
644
+ x: {
645
+ name: string;
646
+ detail: string;
647
+ };
648
+ significance: {
601
649
  name: string;
602
650
  detail: string;
603
651
  };
@@ -611,11 +659,15 @@ declare const _default: {
611
659
  url: string;
612
660
  }[];
613
661
  functionParameter: {
614
- number1: {
662
+ x: {
615
663
  name: string;
616
664
  detail: string;
617
665
  };
618
- number2: {
666
+ mean: {
667
+ name: string;
668
+ detail: string;
669
+ };
670
+ cumulative: {
619
671
  name: string;
620
672
  detail: string;
621
673
  };
@@ -629,11 +681,11 @@ declare const _default: {
629
681
  url: string;
630
682
  }[];
631
683
  functionParameter: {
632
- number1: {
684
+ array: {
633
685
  name: string;
634
686
  detail: string;
635
687
  };
636
- number2: {
688
+ quart: {
637
689
  name: string;
638
690
  detail: string;
639
691
  };
@@ -705,11 +757,15 @@ declare const _default: {
705
757
  url: string;
706
758
  }[];
707
759
  functionParameter: {
708
- number1: {
760
+ x: {
709
761
  name: string;
710
762
  detail: string;
711
763
  };
712
- number2: {
764
+ degFreedom: {
765
+ name: string;
766
+ detail: string;
767
+ };
768
+ tails: {
713
769
  name: string;
714
770
  detail: string;
715
771
  };
@@ -723,11 +779,11 @@ declare const _default: {
723
779
  url: string;
724
780
  }[];
725
781
  functionParameter: {
726
- number1: {
782
+ probability: {
727
783
  name: string;
728
784
  detail: string;
729
785
  };
730
- number2: {
786
+ degFreedom: {
731
787
  name: string;
732
788
  detail: string;
733
789
  };
@@ -741,11 +797,19 @@ declare const _default: {
741
797
  url: string;
742
798
  }[];
743
799
  functionParameter: {
744
- number1: {
800
+ array1: {
745
801
  name: string;
746
802
  detail: string;
747
803
  };
748
- number2: {
804
+ array2: {
805
+ name: string;
806
+ detail: string;
807
+ };
808
+ tails: {
809
+ name: string;
810
+ detail: string;
811
+ };
812
+ type: {
749
813
  name: string;
750
814
  detail: string;
751
815
  };
@@ -795,11 +859,19 @@ declare const _default: {
795
859
  url: string;
796
860
  }[];
797
861
  functionParameter: {
798
- number1: {
862
+ x: {
799
863
  name: string;
800
864
  detail: string;
801
865
  };
802
- number2: {
866
+ alpha: {
867
+ name: string;
868
+ detail: string;
869
+ };
870
+ beta: {
871
+ name: string;
872
+ detail: string;
873
+ };
874
+ cumulative: {
803
875
  name: string;
804
876
  detail: string;
805
877
  };
@@ -813,11 +885,15 @@ declare const _default: {
813
885
  url: string;
814
886
  }[];
815
887
  functionParameter: {
816
- number1: {
888
+ array: {
817
889
  name: string;
818
890
  detail: string;
819
891
  };
820
- number2: {
892
+ x: {
893
+ name: string;
894
+ detail: string;
895
+ };
896
+ sigma: {
821
897
  name: string;
822
898
  detail: string;
823
899
  };
@@ -2639,15 +2715,37 @@ declare const _default: {
2639
2715
  url: string;
2640
2716
  }[];
2641
2717
  functionParameter: {
2642
- find_text: {
2718
+ findText: {
2719
+ name: string;
2720
+ detail: string;
2721
+ };
2722
+ withinText: {
2723
+ name: string;
2724
+ detail: string;
2725
+ };
2726
+ startNum: {
2727
+ name: string;
2728
+ detail: string;
2729
+ };
2730
+ };
2731
+ };
2732
+ FINDB: {
2733
+ description: string;
2734
+ abstract: string;
2735
+ links: {
2736
+ title: string;
2737
+ url: string;
2738
+ }[];
2739
+ functionParameter: {
2740
+ findText: {
2643
2741
  name: string;
2644
2742
  detail: string;
2645
2743
  };
2646
- within_text: {
2744
+ withinText: {
2647
2745
  name: string;
2648
2746
  detail: string;
2649
2747
  };
2650
- start_num: {
2748
+ startNum: {
2651
2749
  name: string;
2652
2750
  detail: string;
2653
2751
  };
@@ -2687,7 +2785,25 @@ declare const _default: {
2687
2785
  name: string;
2688
2786
  detail: string;
2689
2787
  };
2690
- num_chars: {
2788
+ numChars: {
2789
+ name: string;
2790
+ detail: string;
2791
+ };
2792
+ };
2793
+ };
2794
+ LEFTB: {
2795
+ description: string;
2796
+ abstract: string;
2797
+ links: {
2798
+ title: string;
2799
+ url: string;
2800
+ }[];
2801
+ functionParameter: {
2802
+ text: {
2803
+ name: string;
2804
+ detail: string;
2805
+ };
2806
+ numBytes: {
2691
2807
  name: string;
2692
2808
  detail: string;
2693
2809
  };
@@ -2747,11 +2863,33 @@ declare const _default: {
2747
2863
  name: string;
2748
2864
  detail: string;
2749
2865
  };
2750
- start_num: {
2866
+ startNum: {
2867
+ name: string;
2868
+ detail: string;
2869
+ };
2870
+ numChars: {
2871
+ name: string;
2872
+ detail: string;
2873
+ };
2874
+ };
2875
+ };
2876
+ MIDB: {
2877
+ description: string;
2878
+ abstract: string;
2879
+ links: {
2880
+ title: string;
2881
+ url: string;
2882
+ }[];
2883
+ functionParameter: {
2884
+ text: {
2885
+ name: string;
2886
+ detail: string;
2887
+ };
2888
+ startNum: {
2751
2889
  name: string;
2752
2890
  detail: string;
2753
2891
  };
2754
- num_chars: {
2892
+ numBytes: {
2755
2893
  name: string;
2756
2894
  detail: string;
2757
2895
  };
@@ -2877,19 +3015,45 @@ declare const _default: {
2877
3015
  url: string;
2878
3016
  }[];
2879
3017
  functionParameter: {
2880
- old_text: {
3018
+ oldText: {
3019
+ name: string;
3020
+ detail: string;
3021
+ };
3022
+ startNum: {
3023
+ name: string;
3024
+ detail: string;
3025
+ };
3026
+ numChars: {
3027
+ name: string;
3028
+ detail: string;
3029
+ };
3030
+ newText: {
3031
+ name: string;
3032
+ detail: string;
3033
+ };
3034
+ };
3035
+ };
3036
+ REPLACEB: {
3037
+ description: string;
3038
+ abstract: string;
3039
+ links: {
3040
+ title: string;
3041
+ url: string;
3042
+ }[];
3043
+ functionParameter: {
3044
+ oldText: {
2881
3045
  name: string;
2882
3046
  detail: string;
2883
3047
  };
2884
- start_num: {
3048
+ startNum: {
2885
3049
  name: string;
2886
3050
  detail: string;
2887
3051
  };
2888
- num_chars: {
3052
+ numBytes: {
2889
3053
  name: string;
2890
3054
  detail: string;
2891
3055
  };
2892
- new_text: {
3056
+ newText: {
2893
3057
  name: string;
2894
3058
  detail: string;
2895
3059
  };
@@ -2957,15 +3121,37 @@ declare const _default: {
2957
3121
  url: string;
2958
3122
  }[];
2959
3123
  functionParameter: {
2960
- find_text: {
3124
+ findText: {
3125
+ name: string;
3126
+ detail: string;
3127
+ };
3128
+ withinText: {
3129
+ name: string;
3130
+ detail: string;
3131
+ };
3132
+ startNum: {
3133
+ name: string;
3134
+ detail: string;
3135
+ };
3136
+ };
3137
+ };
3138
+ SEARCHB: {
3139
+ description: string;
3140
+ abstract: string;
3141
+ links: {
3142
+ title: string;
3143
+ url: string;
3144
+ }[];
3145
+ functionParameter: {
3146
+ findText: {
2961
3147
  name: string;
2962
3148
  detail: string;
2963
3149
  };
2964
- within_text: {
3150
+ withinText: {
2965
3151
  name: string;
2966
3152
  detail: string;
2967
3153
  };
2968
- start_num: {
3154
+ startNum: {
2969
3155
  name: string;
2970
3156
  detail: string;
2971
3157
  };
@@ -3135,7 +3321,7 @@ declare const _default: {
3135
3321
  name: string;
3136
3322
  detail: string;
3137
3323
  };
3138
- ignore_empty: {
3324
+ ignoreEmpty: {
3139
3325
  name: string;
3140
3326
  detail: string;
3141
3327
  };
@@ -3743,6 +3929,20 @@ declare const _default: {
3743
3929
  };
3744
3930
  };
3745
3931
  };
3932
+ FORMULATEXT: {
3933
+ description: string;
3934
+ abstract: string;
3935
+ links: {
3936
+ title: string;
3937
+ url: string;
3938
+ }[];
3939
+ functionParameter: {
3940
+ reference: {
3941
+ name: string;
3942
+ detail: string;
3943
+ };
3944
+ };
3945
+ };
3746
3946
  HLOOKUP: {
3747
3947
  description: string;
3748
3948
  abstract: string;
@@ -4991,7 +5191,7 @@ declare const _default: {
4991
5191
  };
4992
5192
  };
4993
5193
  };
4994
- INTERCEPT: {
5194
+ FREQUENCY: {
4995
5195
  description: string;
4996
5196
  abstract: string;
4997
5197
  links: {
@@ -4999,17 +5199,17 @@ declare const _default: {
4999
5199
  url: string;
5000
5200
  }[];
5001
5201
  functionParameter: {
5002
- knownYs: {
5202
+ dataArray: {
5003
5203
  name: string;
5004
5204
  detail: string;
5005
5205
  };
5006
- knownXs: {
5206
+ binsArray: {
5007
5207
  name: string;
5008
5208
  detail: string;
5009
5209
  };
5010
5210
  };
5011
5211
  };
5012
- MAX: {
5212
+ GAMMA: {
5013
5213
  description: string;
5014
5214
  abstract: string;
5015
5215
  links: {
@@ -5017,17 +5217,13 @@ declare const _default: {
5017
5217
  url: string;
5018
5218
  }[];
5019
5219
  functionParameter: {
5020
- number1: {
5021
- name: string;
5022
- detail: string;
5023
- };
5024
- number2: {
5220
+ number: {
5025
5221
  name: string;
5026
5222
  detail: string;
5027
5223
  };
5028
5224
  };
5029
5225
  };
5030
- MAXA: {
5226
+ GAMMA_DIST: {
5031
5227
  description: string;
5032
5228
  abstract: string;
5033
5229
  links: {
@@ -5035,17 +5231,771 @@ declare const _default: {
5035
5231
  url: string;
5036
5232
  }[];
5037
5233
  functionParameter: {
5038
- value1: {
5234
+ x: {
5039
5235
  name: string;
5040
5236
  detail: string;
5041
5237
  };
5042
- value2: {
5238
+ alpha: {
5239
+ name: string;
5240
+ detail: string;
5241
+ };
5242
+ beta: {
5243
+ name: string;
5244
+ detail: string;
5245
+ };
5246
+ cumulative: {
5247
+ name: string;
5248
+ detail: string;
5249
+ };
5250
+ };
5251
+ };
5252
+ GAMMA_INV: {
5253
+ description: string;
5254
+ abstract: string;
5255
+ links: {
5256
+ title: string;
5257
+ url: string;
5258
+ }[];
5259
+ functionParameter: {
5260
+ probability: {
5261
+ name: string;
5262
+ detail: string;
5263
+ };
5264
+ alpha: {
5265
+ name: string;
5266
+ detail: string;
5267
+ };
5268
+ beta: {
5269
+ name: string;
5270
+ detail: string;
5271
+ };
5272
+ };
5273
+ };
5274
+ GAMMALN: {
5275
+ description: string;
5276
+ abstract: string;
5277
+ links: {
5278
+ title: string;
5279
+ url: string;
5280
+ }[];
5281
+ functionParameter: {
5282
+ x: {
5283
+ name: string;
5284
+ detail: string;
5285
+ };
5286
+ };
5287
+ };
5288
+ GAMMALN_PRECISE: {
5289
+ description: string;
5290
+ abstract: string;
5291
+ links: {
5292
+ title: string;
5293
+ url: string;
5294
+ }[];
5295
+ functionParameter: {
5296
+ x: {
5297
+ name: string;
5298
+ detail: string;
5299
+ };
5300
+ };
5301
+ };
5302
+ GAUSS: {
5303
+ description: string;
5304
+ abstract: string;
5305
+ links: {
5306
+ title: string;
5307
+ url: string;
5308
+ }[];
5309
+ functionParameter: {
5310
+ z: {
5311
+ name: string;
5312
+ detail: string;
5313
+ };
5314
+ };
5315
+ };
5316
+ GEOMEAN: {
5317
+ description: string;
5318
+ abstract: string;
5319
+ links: {
5320
+ title: string;
5321
+ url: string;
5322
+ }[];
5323
+ functionParameter: {
5324
+ number1: {
5325
+ name: string;
5326
+ detail: string;
5327
+ };
5328
+ number2: {
5329
+ name: string;
5330
+ detail: string;
5331
+ };
5332
+ };
5333
+ };
5334
+ GROWTH: {
5335
+ description: string;
5336
+ abstract: string;
5337
+ links: {
5338
+ title: string;
5339
+ url: string;
5340
+ }[];
5341
+ functionParameter: {
5342
+ knownYs: {
5343
+ name: string;
5344
+ detail: string;
5345
+ };
5346
+ knownXs: {
5347
+ name: string;
5348
+ detail: string;
5349
+ };
5350
+ newXs: {
5351
+ name: string;
5352
+ detail: string;
5353
+ };
5354
+ constb: {
5355
+ name: string;
5356
+ detail: string;
5357
+ };
5358
+ };
5359
+ };
5360
+ HARMEAN: {
5361
+ description: string;
5362
+ abstract: string;
5363
+ links: {
5364
+ title: string;
5365
+ url: string;
5366
+ }[];
5367
+ functionParameter: {
5368
+ number1: {
5369
+ name: string;
5370
+ detail: string;
5371
+ };
5372
+ number2: {
5373
+ name: string;
5374
+ detail: string;
5375
+ };
5376
+ };
5377
+ };
5378
+ HYPGEOM_DIST: {
5379
+ description: string;
5380
+ abstract: string;
5381
+ links: {
5382
+ title: string;
5383
+ url: string;
5384
+ }[];
5385
+ functionParameter: {
5386
+ sampleS: {
5387
+ name: string;
5388
+ detail: string;
5389
+ };
5390
+ numberSample: {
5391
+ name: string;
5392
+ detail: string;
5393
+ };
5394
+ populationS: {
5395
+ name: string;
5396
+ detail: string;
5397
+ };
5398
+ numberPop: {
5399
+ name: string;
5400
+ detail: string;
5401
+ };
5402
+ cumulative: {
5403
+ name: string;
5404
+ detail: string;
5405
+ };
5406
+ };
5407
+ };
5408
+ INTERCEPT: {
5409
+ description: string;
5410
+ abstract: string;
5411
+ links: {
5412
+ title: string;
5413
+ url: string;
5414
+ }[];
5415
+ functionParameter: {
5416
+ knownYs: {
5417
+ name: string;
5418
+ detail: string;
5419
+ };
5420
+ knownXs: {
5421
+ name: string;
5422
+ detail: string;
5423
+ };
5424
+ };
5425
+ };
5426
+ KURT: {
5427
+ description: string;
5428
+ abstract: string;
5429
+ links: {
5430
+ title: string;
5431
+ url: string;
5432
+ }[];
5433
+ functionParameter: {
5434
+ number1: {
5435
+ name: string;
5436
+ detail: string;
5437
+ };
5438
+ number2: {
5439
+ name: string;
5440
+ detail: string;
5441
+ };
5442
+ };
5443
+ };
5444
+ LARGE: {
5445
+ description: string;
5446
+ abstract: string;
5447
+ links: {
5448
+ title: string;
5449
+ url: string;
5450
+ }[];
5451
+ functionParameter: {
5452
+ array: {
5453
+ name: string;
5454
+ detail: string;
5455
+ };
5456
+ k: {
5457
+ name: string;
5458
+ detail: string;
5459
+ };
5460
+ };
5461
+ };
5462
+ LOGNORM_DIST: {
5463
+ description: string;
5464
+ abstract: string;
5465
+ links: {
5466
+ title: string;
5467
+ url: string;
5468
+ }[];
5469
+ functionParameter: {
5470
+ x: {
5471
+ name: string;
5472
+ detail: string;
5473
+ };
5474
+ mean: {
5475
+ name: string;
5476
+ detail: string;
5477
+ };
5478
+ standardDev: {
5479
+ name: string;
5480
+ detail: string;
5481
+ };
5482
+ cumulative: {
5483
+ name: string;
5484
+ detail: string;
5485
+ };
5486
+ };
5487
+ };
5488
+ LOGNORM_INV: {
5489
+ description: string;
5490
+ abstract: string;
5491
+ links: {
5492
+ title: string;
5493
+ url: string;
5494
+ }[];
5495
+ functionParameter: {
5496
+ probability: {
5497
+ name: string;
5498
+ detail: string;
5499
+ };
5500
+ mean: {
5501
+ name: string;
5502
+ detail: string;
5503
+ };
5504
+ standardDev: {
5505
+ name: string;
5506
+ detail: string;
5507
+ };
5508
+ };
5509
+ };
5510
+ MAX: {
5511
+ description: string;
5512
+ abstract: string;
5513
+ links: {
5514
+ title: string;
5515
+ url: string;
5516
+ }[];
5517
+ functionParameter: {
5518
+ number1: {
5519
+ name: string;
5520
+ detail: string;
5521
+ };
5522
+ number2: {
5523
+ name: string;
5524
+ detail: string;
5525
+ };
5526
+ };
5527
+ };
5528
+ MAXA: {
5529
+ description: string;
5530
+ abstract: string;
5531
+ links: {
5532
+ title: string;
5533
+ url: string;
5534
+ }[];
5535
+ functionParameter: {
5536
+ value1: {
5537
+ name: string;
5538
+ detail: string;
5539
+ };
5540
+ value2: {
5541
+ name: string;
5542
+ detail: string;
5543
+ };
5544
+ };
5545
+ };
5546
+ MAXIFS: {
5547
+ description: string;
5548
+ abstract: string;
5549
+ links: {
5550
+ title: string;
5551
+ url: string;
5552
+ }[];
5553
+ functionParameter: {
5554
+ maxRange: {
5555
+ name: string;
5556
+ detail: string;
5557
+ };
5558
+ criteriaRange1: {
5559
+ name: string;
5560
+ detail: string;
5561
+ };
5562
+ criteria1: {
5563
+ name: string;
5564
+ detail: string;
5565
+ };
5566
+ criteriaRange2: {
5567
+ name: string;
5568
+ detail: string;
5569
+ };
5570
+ criteria2: {
5571
+ name: string;
5572
+ detail: string;
5573
+ };
5574
+ };
5575
+ };
5576
+ MEDIAN: {
5577
+ description: string;
5578
+ abstract: string;
5579
+ links: {
5580
+ title: string;
5581
+ url: string;
5582
+ }[];
5583
+ functionParameter: {
5584
+ number1: {
5585
+ name: string;
5586
+ detail: string;
5587
+ };
5588
+ number2: {
5589
+ name: string;
5590
+ detail: string;
5591
+ };
5592
+ };
5593
+ };
5594
+ MIN: {
5595
+ description: string;
5596
+ abstract: string;
5597
+ links: {
5598
+ title: string;
5599
+ url: string;
5600
+ }[];
5601
+ functionParameter: {
5602
+ number1: {
5603
+ name: string;
5604
+ detail: string;
5605
+ };
5606
+ number2: {
5607
+ name: string;
5608
+ detail: string;
5609
+ };
5610
+ };
5611
+ };
5612
+ MINA: {
5613
+ description: string;
5614
+ abstract: string;
5615
+ links: {
5616
+ title: string;
5617
+ url: string;
5618
+ }[];
5619
+ functionParameter: {
5620
+ value1: {
5621
+ name: string;
5622
+ detail: string;
5623
+ };
5624
+ value2: {
5625
+ name: string;
5626
+ detail: string;
5627
+ };
5628
+ };
5629
+ };
5630
+ MINIFS: {
5631
+ description: string;
5632
+ abstract: string;
5633
+ links: {
5634
+ title: string;
5635
+ url: string;
5636
+ }[];
5637
+ functionParameter: {
5638
+ minRange: {
5639
+ name: string;
5640
+ detail: string;
5641
+ };
5642
+ criteriaRange1: {
5643
+ name: string;
5644
+ detail: string;
5645
+ };
5646
+ criteria1: {
5647
+ name: string;
5648
+ detail: string;
5649
+ };
5650
+ criteriaRange2: {
5651
+ name: string;
5652
+ detail: string;
5653
+ };
5654
+ criteria2: {
5655
+ name: string;
5656
+ detail: string;
5657
+ };
5658
+ };
5659
+ };
5660
+ MODE_MULT: {
5661
+ description: string;
5662
+ abstract: string;
5663
+ links: {
5664
+ title: string;
5665
+ url: string;
5666
+ }[];
5667
+ functionParameter: {
5668
+ number1: {
5669
+ name: string;
5670
+ detail: string;
5671
+ };
5672
+ number2: {
5673
+ name: string;
5674
+ detail: string;
5675
+ };
5676
+ };
5677
+ };
5678
+ MODE_SNGL: {
5679
+ description: string;
5680
+ abstract: string;
5681
+ links: {
5682
+ title: string;
5683
+ url: string;
5684
+ }[];
5685
+ functionParameter: {
5686
+ number1: {
5687
+ name: string;
5688
+ detail: string;
5689
+ };
5690
+ number2: {
5691
+ name: string;
5692
+ detail: string;
5693
+ };
5694
+ };
5695
+ };
5696
+ NEGBINOM_DIST: {
5697
+ description: string;
5698
+ abstract: string;
5699
+ links: {
5700
+ title: string;
5701
+ url: string;
5702
+ }[];
5703
+ functionParameter: {
5704
+ numberF: {
5705
+ name: string;
5706
+ detail: string;
5707
+ };
5708
+ numberS: {
5709
+ name: string;
5710
+ detail: string;
5711
+ };
5712
+ probabilityS: {
5713
+ name: string;
5714
+ detail: string;
5715
+ };
5716
+ cumulative: {
5717
+ name: string;
5718
+ detail: string;
5719
+ };
5720
+ };
5721
+ };
5722
+ NORM_DIST: {
5723
+ description: string;
5724
+ abstract: string;
5725
+ links: {
5726
+ title: string;
5727
+ url: string;
5728
+ }[];
5729
+ functionParameter: {
5730
+ x: {
5731
+ name: string;
5732
+ detail: string;
5733
+ };
5734
+ mean: {
5735
+ name: string;
5736
+ detail: string;
5737
+ };
5738
+ standardDev: {
5739
+ name: string;
5740
+ detail: string;
5741
+ };
5742
+ cumulative: {
5743
+ name: string;
5744
+ detail: string;
5745
+ };
5746
+ };
5747
+ };
5748
+ NORM_INV: {
5749
+ description: string;
5750
+ abstract: string;
5751
+ links: {
5752
+ title: string;
5753
+ url: string;
5754
+ }[];
5755
+ functionParameter: {
5756
+ probability: {
5757
+ name: string;
5758
+ detail: string;
5759
+ };
5760
+ mean: {
5761
+ name: string;
5762
+ detail: string;
5763
+ };
5764
+ standardDev: {
5765
+ name: string;
5766
+ detail: string;
5767
+ };
5768
+ };
5769
+ };
5770
+ NORM_S_DIST: {
5771
+ description: string;
5772
+ abstract: string;
5773
+ links: {
5774
+ title: string;
5775
+ url: string;
5776
+ }[];
5777
+ functionParameter: {
5778
+ z: {
5779
+ name: string;
5780
+ detail: string;
5781
+ };
5782
+ cumulative: {
5783
+ name: string;
5784
+ detail: string;
5785
+ };
5786
+ };
5787
+ };
5788
+ NORM_S_INV: {
5789
+ description: string;
5790
+ abstract: string;
5791
+ links: {
5792
+ title: string;
5793
+ url: string;
5794
+ }[];
5795
+ functionParameter: {
5796
+ probability: {
5797
+ name: string;
5798
+ detail: string;
5799
+ };
5800
+ };
5801
+ };
5802
+ PEARSON: {
5803
+ description: string;
5804
+ abstract: string;
5805
+ links: {
5806
+ title: string;
5807
+ url: string;
5808
+ }[];
5809
+ functionParameter: {
5810
+ array1: {
5811
+ name: string;
5812
+ detail: string;
5813
+ };
5814
+ array2: {
5815
+ name: string;
5816
+ detail: string;
5817
+ };
5818
+ };
5819
+ };
5820
+ PERCENTILE_EXC: {
5821
+ description: string;
5822
+ abstract: string;
5823
+ links: {
5824
+ title: string;
5825
+ url: string;
5826
+ }[];
5827
+ functionParameter: {
5828
+ array: {
5829
+ name: string;
5830
+ detail: string;
5831
+ };
5832
+ k: {
5833
+ name: string;
5834
+ detail: string;
5835
+ };
5836
+ };
5837
+ };
5838
+ PERCENTILE_INC: {
5839
+ description: string;
5840
+ abstract: string;
5841
+ links: {
5842
+ title: string;
5843
+ url: string;
5844
+ }[];
5845
+ functionParameter: {
5846
+ array: {
5847
+ name: string;
5848
+ detail: string;
5849
+ };
5850
+ k: {
5851
+ name: string;
5852
+ detail: string;
5853
+ };
5854
+ };
5855
+ };
5856
+ PERCENTRANK_EXC: {
5857
+ description: string;
5858
+ abstract: string;
5859
+ links: {
5860
+ title: string;
5861
+ url: string;
5862
+ }[];
5863
+ functionParameter: {
5864
+ array: {
5865
+ name: string;
5866
+ detail: string;
5867
+ };
5868
+ x: {
5869
+ name: string;
5870
+ detail: string;
5871
+ };
5872
+ significance: {
5873
+ name: string;
5874
+ detail: string;
5875
+ };
5876
+ };
5877
+ };
5878
+ PERCENTRANK_INC: {
5879
+ description: string;
5880
+ abstract: string;
5881
+ links: {
5882
+ title: string;
5883
+ url: string;
5884
+ }[];
5885
+ functionParameter: {
5886
+ array: {
5887
+ name: string;
5888
+ detail: string;
5889
+ };
5890
+ x: {
5891
+ name: string;
5892
+ detail: string;
5893
+ };
5894
+ significance: {
5895
+ name: string;
5896
+ detail: string;
5897
+ };
5898
+ };
5899
+ };
5900
+ PERMUT: {
5901
+ description: string;
5902
+ abstract: string;
5903
+ links: {
5904
+ title: string;
5905
+ url: string;
5906
+ }[];
5907
+ functionParameter: {
5908
+ number: {
5909
+ name: string;
5910
+ detail: string;
5911
+ };
5912
+ numberChosen: {
5913
+ name: string;
5914
+ detail: string;
5915
+ };
5916
+ };
5917
+ };
5918
+ PERMUTATIONA: {
5919
+ description: string;
5920
+ abstract: string;
5921
+ links: {
5922
+ title: string;
5923
+ url: string;
5924
+ }[];
5925
+ functionParameter: {
5926
+ number: {
5927
+ name: string;
5928
+ detail: string;
5929
+ };
5930
+ numberChosen: {
5931
+ name: string;
5932
+ detail: string;
5933
+ };
5934
+ };
5935
+ };
5936
+ PHI: {
5937
+ description: string;
5938
+ abstract: string;
5939
+ links: {
5940
+ title: string;
5941
+ url: string;
5942
+ }[];
5943
+ functionParameter: {
5944
+ x: {
5945
+ name: string;
5946
+ detail: string;
5947
+ };
5948
+ };
5949
+ };
5950
+ POISSON_DIST: {
5951
+ description: string;
5952
+ abstract: string;
5953
+ links: {
5954
+ title: string;
5955
+ url: string;
5956
+ }[];
5957
+ functionParameter: {
5958
+ x: {
5959
+ name: string;
5960
+ detail: string;
5961
+ };
5962
+ mean: {
5963
+ name: string;
5964
+ detail: string;
5965
+ };
5966
+ cumulative: {
5967
+ name: string;
5968
+ detail: string;
5969
+ };
5970
+ };
5971
+ };
5972
+ PROB: {
5973
+ description: string;
5974
+ abstract: string;
5975
+ links: {
5976
+ title: string;
5977
+ url: string;
5978
+ }[];
5979
+ functionParameter: {
5980
+ xRange: {
5981
+ name: string;
5982
+ detail: string;
5983
+ };
5984
+ probRange: {
5985
+ name: string;
5986
+ detail: string;
5987
+ };
5988
+ lowerLimit: {
5989
+ name: string;
5990
+ detail: string;
5991
+ };
5992
+ upperLimit: {
5043
5993
  name: string;
5044
5994
  detail: string;
5045
5995
  };
5046
5996
  };
5047
5997
  };
5048
- MAXIFS: {
5998
+ QUARTILE_EXC: {
5049
5999
  description: string;
5050
6000
  abstract: string;
5051
6001
  links: {
@@ -5053,29 +6003,57 @@ declare const _default: {
5053
6003
  url: string;
5054
6004
  }[];
5055
6005
  functionParameter: {
5056
- maxRange: {
6006
+ array: {
5057
6007
  name: string;
5058
6008
  detail: string;
5059
6009
  };
5060
- criteriaRange1: {
6010
+ quart: {
5061
6011
  name: string;
5062
6012
  detail: string;
5063
6013
  };
5064
- criteria1: {
6014
+ };
6015
+ };
6016
+ QUARTILE_INC: {
6017
+ description: string;
6018
+ abstract: string;
6019
+ links: {
6020
+ title: string;
6021
+ url: string;
6022
+ }[];
6023
+ functionParameter: {
6024
+ array: {
5065
6025
  name: string;
5066
6026
  detail: string;
5067
6027
  };
5068
- criteriaRange2: {
6028
+ quart: {
5069
6029
  name: string;
5070
6030
  detail: string;
5071
6031
  };
5072
- criteria2: {
6032
+ };
6033
+ };
6034
+ RANK_AVG: {
6035
+ description: string;
6036
+ abstract: string;
6037
+ links: {
6038
+ title: string;
6039
+ url: string;
6040
+ }[];
6041
+ functionParameter: {
6042
+ number: {
6043
+ name: string;
6044
+ detail: string;
6045
+ };
6046
+ ref: {
6047
+ name: string;
6048
+ detail: string;
6049
+ };
6050
+ order: {
5073
6051
  name: string;
5074
6052
  detail: string;
5075
6053
  };
5076
6054
  };
5077
6055
  };
5078
- MIN: {
6056
+ RANK_EQ: {
5079
6057
  description: string;
5080
6058
  abstract: string;
5081
6059
  links: {
@@ -5083,17 +6061,21 @@ declare const _default: {
5083
6061
  url: string;
5084
6062
  }[];
5085
6063
  functionParameter: {
5086
- number1: {
6064
+ number: {
5087
6065
  name: string;
5088
6066
  detail: string;
5089
6067
  };
5090
- number2: {
6068
+ ref: {
6069
+ name: string;
6070
+ detail: string;
6071
+ };
6072
+ order: {
5091
6073
  name: string;
5092
6074
  detail: string;
5093
6075
  };
5094
6076
  };
5095
6077
  };
5096
- MINA: {
6078
+ RSQ: {
5097
6079
  description: string;
5098
6080
  abstract: string;
5099
6081
  links: {
@@ -5101,17 +6083,17 @@ declare const _default: {
5101
6083
  url: string;
5102
6084
  }[];
5103
6085
  functionParameter: {
5104
- value1: {
6086
+ array1: {
5105
6087
  name: string;
5106
6088
  detail: string;
5107
6089
  };
5108
- value2: {
6090
+ array2: {
5109
6091
  name: string;
5110
6092
  detail: string;
5111
6093
  };
5112
6094
  };
5113
6095
  };
5114
- MINIFS: {
6096
+ SKEW: {
5115
6097
  description: string;
5116
6098
  abstract: string;
5117
6099
  links: {
@@ -5119,29 +6101,71 @@ declare const _default: {
5119
6101
  url: string;
5120
6102
  }[];
5121
6103
  functionParameter: {
5122
- minRange: {
6104
+ number1: {
5123
6105
  name: string;
5124
6106
  detail: string;
5125
6107
  };
5126
- criteriaRange1: {
6108
+ number2: {
5127
6109
  name: string;
5128
6110
  detail: string;
5129
6111
  };
5130
- criteria1: {
6112
+ };
6113
+ };
6114
+ SKEW_P: {
6115
+ description: string;
6116
+ abstract: string;
6117
+ links: {
6118
+ title: string;
6119
+ url: string;
6120
+ }[];
6121
+ functionParameter: {
6122
+ number1: {
5131
6123
  name: string;
5132
6124
  detail: string;
5133
6125
  };
5134
- criteriaRange2: {
6126
+ number2: {
5135
6127
  name: string;
5136
6128
  detail: string;
5137
6129
  };
5138
- criteria2: {
6130
+ };
6131
+ };
6132
+ SLOPE: {
6133
+ description: string;
6134
+ abstract: string;
6135
+ links: {
6136
+ title: string;
6137
+ url: string;
6138
+ }[];
6139
+ functionParameter: {
6140
+ knownYs: {
6141
+ name: string;
6142
+ detail: string;
6143
+ };
6144
+ knownXs: {
5139
6145
  name: string;
5140
6146
  detail: string;
5141
6147
  };
5142
6148
  };
5143
6149
  };
5144
- NORM_DIST: {
6150
+ SMALL: {
6151
+ description: string;
6152
+ abstract: string;
6153
+ links: {
6154
+ title: string;
6155
+ url: string;
6156
+ }[];
6157
+ functionParameter: {
6158
+ array: {
6159
+ name: string;
6160
+ detail: string;
6161
+ };
6162
+ k: {
6163
+ name: string;
6164
+ detail: string;
6165
+ };
6166
+ };
6167
+ };
6168
+ STANDARDIZE: {
5145
6169
  description: string;
5146
6170
  abstract: string;
5147
6171
  links: {
@@ -5161,13 +6185,27 @@ declare const _default: {
5161
6185
  name: string;
5162
6186
  detail: string;
5163
6187
  };
5164
- cumulative: {
6188
+ };
6189
+ };
6190
+ STDEV_P: {
6191
+ description: string;
6192
+ abstract: string;
6193
+ links: {
6194
+ title: string;
6195
+ url: string;
6196
+ }[];
6197
+ functionParameter: {
6198
+ number1: {
6199
+ name: string;
6200
+ detail: string;
6201
+ };
6202
+ number2: {
5165
6203
  name: string;
5166
6204
  detail: string;
5167
6205
  };
5168
6206
  };
5169
6207
  };
5170
- NORM_INV: {
6208
+ STDEV_S: {
5171
6209
  description: string;
5172
6210
  abstract: string;
5173
6211
  links: {
@@ -5175,21 +6213,35 @@ declare const _default: {
5175
6213
  url: string;
5176
6214
  }[];
5177
6215
  functionParameter: {
5178
- probability: {
6216
+ number1: {
5179
6217
  name: string;
5180
6218
  detail: string;
5181
6219
  };
5182
- mean: {
6220
+ number2: {
5183
6221
  name: string;
5184
6222
  detail: string;
5185
6223
  };
5186
- standardDev: {
6224
+ };
6225
+ };
6226
+ STDEVA: {
6227
+ description: string;
6228
+ abstract: string;
6229
+ links: {
6230
+ title: string;
6231
+ url: string;
6232
+ }[];
6233
+ functionParameter: {
6234
+ value1: {
6235
+ name: string;
6236
+ detail: string;
6237
+ };
6238
+ value2: {
5187
6239
  name: string;
5188
6240
  detail: string;
5189
6241
  };
5190
6242
  };
5191
6243
  };
5192
- NORM_S_DIST: {
6244
+ STDEVPA: {
5193
6245
  description: string;
5194
6246
  abstract: string;
5195
6247
  links: {
@@ -5197,17 +6249,17 @@ declare const _default: {
5197
6249
  url: string;
5198
6250
  }[];
5199
6251
  functionParameter: {
5200
- z: {
6252
+ value1: {
5201
6253
  name: string;
5202
6254
  detail: string;
5203
6255
  };
5204
- cumulative: {
6256
+ value2: {
5205
6257
  name: string;
5206
6258
  detail: string;
5207
6259
  };
5208
6260
  };
5209
6261
  };
5210
- NORM_S_INV: {
6262
+ STEYX: {
5211
6263
  description: string;
5212
6264
  abstract: string;
5213
6265
  links: {
@@ -5215,13 +6267,17 @@ declare const _default: {
5215
6267
  url: string;
5216
6268
  }[];
5217
6269
  functionParameter: {
5218
- probability: {
6270
+ knownYs: {
6271
+ name: string;
6272
+ detail: string;
6273
+ };
6274
+ knownXs: {
5219
6275
  name: string;
5220
6276
  detail: string;
5221
6277
  };
5222
6278
  };
5223
6279
  };
5224
- RANK_AVG: {
6280
+ T_DIST: {
5225
6281
  description: string;
5226
6282
  abstract: string;
5227
6283
  links: {
@@ -5229,21 +6285,21 @@ declare const _default: {
5229
6285
  url: string;
5230
6286
  }[];
5231
6287
  functionParameter: {
5232
- number: {
6288
+ x: {
5233
6289
  name: string;
5234
6290
  detail: string;
5235
6291
  };
5236
- ref: {
6292
+ degFreedom: {
5237
6293
  name: string;
5238
6294
  detail: string;
5239
6295
  };
5240
- order: {
6296
+ cumulative: {
5241
6297
  name: string;
5242
6298
  detail: string;
5243
6299
  };
5244
6300
  };
5245
6301
  };
5246
- RANK_EQ: {
6302
+ T_DIST_2T: {
5247
6303
  description: string;
5248
6304
  abstract: string;
5249
6305
  links: {
@@ -5251,21 +6307,35 @@ declare const _default: {
5251
6307
  url: string;
5252
6308
  }[];
5253
6309
  functionParameter: {
5254
- number: {
6310
+ x: {
5255
6311
  name: string;
5256
6312
  detail: string;
5257
6313
  };
5258
- ref: {
6314
+ degFreedom: {
5259
6315
  name: string;
5260
6316
  detail: string;
5261
6317
  };
5262
- order: {
6318
+ };
6319
+ };
6320
+ T_DIST_RT: {
6321
+ description: string;
6322
+ abstract: string;
6323
+ links: {
6324
+ title: string;
6325
+ url: string;
6326
+ }[];
6327
+ functionParameter: {
6328
+ x: {
6329
+ name: string;
6330
+ detail: string;
6331
+ };
6332
+ degFreedom: {
5263
6333
  name: string;
5264
6334
  detail: string;
5265
6335
  };
5266
6336
  };
5267
6337
  };
5268
- STDEV_P: {
6338
+ T_INV: {
5269
6339
  description: string;
5270
6340
  abstract: string;
5271
6341
  links: {
@@ -5273,17 +6343,17 @@ declare const _default: {
5273
6343
  url: string;
5274
6344
  }[];
5275
6345
  functionParameter: {
5276
- number1: {
6346
+ probability: {
5277
6347
  name: string;
5278
6348
  detail: string;
5279
6349
  };
5280
- number2: {
6350
+ degFreedom: {
5281
6351
  name: string;
5282
6352
  detail: string;
5283
6353
  };
5284
6354
  };
5285
6355
  };
5286
- STDEV_S: {
6356
+ T_INV_2T: {
5287
6357
  description: string;
5288
6358
  abstract: string;
5289
6359
  links: {
@@ -5291,17 +6361,17 @@ declare const _default: {
5291
6361
  url: string;
5292
6362
  }[];
5293
6363
  functionParameter: {
5294
- number1: {
6364
+ probability: {
5295
6365
  name: string;
5296
6366
  detail: string;
5297
6367
  };
5298
- number2: {
6368
+ degFreedom: {
5299
6369
  name: string;
5300
6370
  detail: string;
5301
6371
  };
5302
6372
  };
5303
6373
  };
5304
- STDEVA: {
6374
+ T_TEST: {
5305
6375
  description: string;
5306
6376
  abstract: string;
5307
6377
  links: {
@@ -5309,17 +6379,25 @@ declare const _default: {
5309
6379
  url: string;
5310
6380
  }[];
5311
6381
  functionParameter: {
5312
- value1: {
6382
+ array1: {
5313
6383
  name: string;
5314
6384
  detail: string;
5315
6385
  };
5316
- value2: {
6386
+ array2: {
6387
+ name: string;
6388
+ detail: string;
6389
+ };
6390
+ tails: {
6391
+ name: string;
6392
+ detail: string;
6393
+ };
6394
+ type: {
5317
6395
  name: string;
5318
6396
  detail: string;
5319
6397
  };
5320
6398
  };
5321
6399
  };
5322
- STDEVPA: {
6400
+ TRIMMEAN: {
5323
6401
  description: string;
5324
6402
  abstract: string;
5325
6403
  links: {
@@ -5327,11 +6405,11 @@ declare const _default: {
5327
6405
  url: string;
5328
6406
  }[];
5329
6407
  functionParameter: {
5330
- value1: {
6408
+ array: {
5331
6409
  name: string;
5332
6410
  detail: string;
5333
6411
  };
5334
- value2: {
6412
+ percent: {
5335
6413
  name: string;
5336
6414
  detail: string;
5337
6415
  };
@@ -5409,6 +6487,54 @@ declare const _default: {
5409
6487
  };
5410
6488
  };
5411
6489
  };
6490
+ WEIBULL_DIST: {
6491
+ description: string;
6492
+ abstract: string;
6493
+ links: {
6494
+ title: string;
6495
+ url: string;
6496
+ }[];
6497
+ functionParameter: {
6498
+ x: {
6499
+ name: string;
6500
+ detail: string;
6501
+ };
6502
+ alpha: {
6503
+ name: string;
6504
+ detail: string;
6505
+ };
6506
+ beta: {
6507
+ name: string;
6508
+ detail: string;
6509
+ };
6510
+ cumulative: {
6511
+ name: string;
6512
+ detail: string;
6513
+ };
6514
+ };
6515
+ };
6516
+ Z_TEST: {
6517
+ description: string;
6518
+ abstract: string;
6519
+ links: {
6520
+ title: string;
6521
+ url: string;
6522
+ }[];
6523
+ functionParameter: {
6524
+ array: {
6525
+ name: string;
6526
+ detail: string;
6527
+ };
6528
+ x: {
6529
+ name: string;
6530
+ detail: string;
6531
+ };
6532
+ sigma: {
6533
+ name: string;
6534
+ detail: string;
6535
+ };
6536
+ };
6537
+ };
5412
6538
  ABS: {
5413
6539
  description: string;
5414
6540
  abstract: string;