📅  最后修改于: 2020-12-03 04:50:08             🧑  作者: Mango
在Excel 2010或更高版本中,此类别中列出的功能已替换为新功能,这些新功能可提供更高的准确性并具有更好地反映其用法的名称。新功能可以在统计函数以及数学和三角函数中找到。如果不需要向后兼容,则应开始使用新功能。
您仍可以使用这些早期版本的功能来与Excel的早期版本兼容。如果您使用的是Excel 2007,则可以在“公式”选项卡上的“统计”或“数学和Trig”类别中找到这些函数。
下表列出了所有兼容性功能-
S.No. | Function and Description |
---|---|
1 | BETADIST
Returns the cumulative beta probability density function |
2 | BETAINV
Returns the inverse of the cumulative beta probability density function |
3 | BINOMDIST
Returns the individual term binomial distribution probability |
4 | CEILING
Rounds a number to the nearest integer or to the nearest multiple of significance |
5 | CHIDIST
Returns the one-tailed probability of the chi-squared distribution |
6 | CHIINV
Returns the inverse of the one-tailed probability of the chi-squared distribution |
7 | CHITEST
Returns the test for independence |
8 | CONFIDENCE
Returns the confidence interval for a population mean |
9 | COVAR
Returns covariance, the average of the products of paired deviations |
10 | CRITBINOM
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value |
11 | EXPONDIST
Returns the exponential distribution |
12 | FDIST
Returns the F probability distribution |
13 | FINV
Returns the inverse of the F probability distribution |
14 | FLOOR
Rounds a number down, toward 0 |
15 | FTEST
Returns the result of an F-Test |
16 | GAMMADIST
Returns the gamma distribution |
17 | GAMMAINV
Returns the inverse of the gamma cumulative distribution |
18 | HYPGEOMDIST
Returns the hypergeometric distribution |
19 | LOGINV
Returns the inverse of the lognormal distribution |
20 | LOGNORMDIST
Returns the cumulative lognormal distribution |
21 | MODE
Returns the most common value in a data set |
22 | NEGBINOMDIST
Returns the negative binomial distribution |
23 | NORMDIST
Returns the normal cumulative distribution |
24 | NORMINV
Returns the inverse of the normal cumulative distribution |
25 | NORMSDIST
Returns the standard normal cumulative distribution |
26 | NORMSINV
Returns the inverse of the standard normal cumulative distribution |
27 | PERCENTILE
Returns the kth percentile of values in a range |
28 | PERCENTRANK
Returns the percentage rank of a value in a data set |
29 | POISSON
Returns the Poisson distribution |
30 | QUARTILE
Returns the quartile of a data set |
31 | RANK
Returns the rank of a number in a list of numbers |
32 | STDEV
Estimates standard deviation based on a sample, ignoring text and logical values |
33 | STDEVP
Calculates standard deviation based on the entire population, ignoring text and logical values |
34 | TDIST
Returns the student’s t-distribution |
35 | TINV
Returns the inverse of the student’s t-distribution |
36 | TTEST
Returns the probability associated with a student’s t-Test |
37 | VAR
Estimates variance based on a sample, ignoring logical values and text |
38 | VARP
Calculates variance based on the entire population, ignoring logical values and text |
39 | WEIBULL
Returns the Weibull distribution |
40 | ZTEST
Returns the two-tailed P-value of a z-test |