@univerjs/engine-formula v0.5.0-beta.1 • Docs
Enumeration: FUNCTION_NAMES_STATISTICAL
Copyright 2023-present DreamNum Inc.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Enumeration Members
Enumeration Member | Value | Defined in |
---|---|---|
AVEDEV | "AVEDEV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:18 |
AVERAGE | "AVERAGE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:19 |
AVERAGE_WEIGHTED | "AVERAGE.WEIGHTED" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:20 |
AVERAGEA | "AVERAGEA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:21 |
AVERAGEIF | "AVERAGEIF" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:22 |
AVERAGEIFS | "AVERAGEIFS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:23 |
BETA_DIST | "BETA.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:24 |
BETA_INV | "BETA.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:25 |
BINOM_DIST | "BINOM.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:26 |
BINOM_DIST_RANGE | "BINOM.DIST.RANGE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:27 |
BINOM_INV | "BINOM.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:28 |
CHISQ_DIST | "CHISQ.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:29 |
CHISQ_DIST_RT | "CHISQ.DIST.RT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:30 |
CHISQ_INV | "CHISQ.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:31 |
CHISQ_INV_RT | "CHISQ.INV.RT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:32 |
CHISQ_TEST | "CHISQ.TEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:33 |
CONFIDENCE_NORM | "CONFIDENCE.NORM" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:34 |
CONFIDENCE_T | "CONFIDENCE.T" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:35 |
CORREL | "CORREL" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:36 |
COUNT | "COUNT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:37 |
COUNTA | "COUNTA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:38 |
COUNTBLANK | "COUNTBLANK" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:39 |
COUNTIF | "COUNTIF" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:40 |
COUNTIFS | "COUNTIFS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:41 |
COVARIANCE_P | "COVARIANCE.P" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:42 |
COVARIANCE_S | "COVARIANCE.S" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:43 |
DEVSQ | "DEVSQ" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:44 |
EXPON_DIST | "EXPON.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:45 |
F_DIST | "F.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:46 |
F_DIST_RT | "F.DIST.RT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:47 |
F_INV | "F.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:48 |
F_INV_RT | "F.INV.RT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:49 |
F_TEST | "F.TEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:50 |
FISHER | "FISHER" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:51 |
FISHERINV | "FISHERINV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:52 |
FORECAST | "FORECAST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:53 |
FORECAST_ETS | "FORECAST.ETS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:54 |
FORECAST_ETS_CONFINT | "FORECAST.ETS.CONFINT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:55 |
FORECAST_ETS_SEASONALITY | "FORECAST.ETS.SEASONALITY" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:56 |
FORECAST_ETS_STAT | "FORECAST.ETS.STAT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:57 |
FORECAST_LINEAR | "FORECAST.LINEAR" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:58 |
FREQUENCY | "FREQUENCY" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:59 |
GAMMA | "GAMMA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:60 |
GAMMA_DIST | "GAMMA.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:61 |
GAMMA_INV | "GAMMA.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:62 |
GAMMALN | "GAMMALN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:63 |
GAMMALN_PRECISE | "GAMMALN.PRECISE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:64 |
GAUSS | "GAUSS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:65 |
GEOMEAN | "GEOMEAN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:66 |
GROWTH | "GROWTH" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:67 |
HARMEAN | "HARMEAN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:68 |
HYPGEOM_DIST | "HYPGEOM.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:69 |
INTERCEPT | "INTERCEPT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:70 |
KURT | "KURT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:71 |
LARGE | "LARGE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:72 |
LINEST | "LINEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:73 |
LOGEST | "LOGEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:74 |
LOGNORM_DIST | "LOGNORM.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:75 |
LOGNORM_INV | "LOGNORM.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:76 |
MARGINOFERROR | "MARGINOFERROR" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:77 |
MAX | "MAX" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:78 |
MAXA | "MAXA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:79 |
MAXIFS | "MAXIFS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:80 |
MEDIAN | "MEDIAN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:81 |
MIN | "MIN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:82 |
MINA | "MINA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:83 |
MINIFS | "MINIFS" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:84 |
MODE_MULT | "MODE.MULT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:85 |
MODE_SNGL | "MODE.SNGL" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:86 |
NEGBINOM_DIST | "NEGBINOM.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:87 |
NORM_DIST | "NORM.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:88 |
NORM_INV | "NORM.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:89 |
NORM_S_DIST | "NORM.S.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:90 |
NORM_S_INV | "NORM.S.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:91 |
PEARSON | "PEARSON" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:92 |
PERCENTILE_EXC | "PERCENTILE.EXC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:93 |
PERCENTILE_INC | "PERCENTILE.INC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:94 |
PERCENTRANK_EXC | "PERCENTRANK.EXC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:95 |
PERCENTRANK_INC | "PERCENTRANK.INC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:96 |
PERMUT | "PERMUT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:97 |
PERMUTATIONA | "PERMUTATIONA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:98 |
PHI | "PHI" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:99 |
POISSON_DIST | "POISSON.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:100 |
PROB | "PROB" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:101 |
QUARTILE_EXC | "QUARTILE.EXC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:102 |
QUARTILE_INC | "QUARTILE.INC" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:103 |
RANK_AVG | "RANK.AVG" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:104 |
RANK_EQ | "RANK.EQ" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:105 |
RSQ | "RSQ" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:106 |
SKEW | "SKEW" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:107 |
SKEW_P | "SKEW.P" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:108 |
SLOPE | "SLOPE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:109 |
SMALL | "SMALL" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:110 |
STANDARDIZE | "STANDARDIZE" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:111 |
STDEV_P | "STDEV.P" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:112 |
STDEV_S | "STDEV.S" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:113 |
STDEVA | "STDEVA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:114 |
STDEVPA | "STDEVPA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:115 |
STEYX | "STEYX" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:116 |
T_DIST | "T.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:117 |
T_DIST_2T | "T.DIST.2T" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:118 |
T_DIST_RT | "T.DIST.RT" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:119 |
T_INV | "T.INV" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:120 |
T_INV_2T | "T.INV.2T" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:121 |
T_TEST | "T.TEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:122 |
TREND | "TREND" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:123 |
TRIMMEAN | "TRIMMEAN" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:124 |
VAR_P | "VAR.P" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:125 |
VAR_S | "VAR.S" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:126 |
VARA | "VARA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:127 |
VARPA | "VARPA" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:128 |
WEIBULL_DIST | "WEIBULL.DIST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:129 |
Z_TEST | "Z.TEST" | submodules/univer/packages/engine-formula/src/functions/statistical/function-names.ts:130 |