VARP函数取代了Excel 2010中的VAR.P函数。
描述
该函数根据整个总体计算方差。
语法
VARP (number1,[number2],...)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Number1 | The first number argument corresponding to a population. | Required |
Number2... | Number arguments 2 to 255 corresponding to a population. | Optional |
Notes
-
VARP的公式是-
$$\frac {\sum(x-\bar {x})^ 2} {n} $$
其中x是样本均值AVERAGE(数字1,数字2,…),n是样本大小。
如果要在引用中包括逻辑值和数字的文本表示作为计算的一部分,请使用VARPA函数。
VARP假定其论点是整个人群。如果您的数据代表总体样本,则使用VAR计算方差。
争论 can be either numbers or names, arrays, or references that contain numbers.
您直接在参数列表中键入的逻辑值和数字的文本表示形式将被计算在内。
如果参数是数组或引用,则仅计算该数组或引用中的数字。数组或引用中的空单元格,逻辑值,文本或错误值将被忽略。
争论 that are error values or text that cannot be translated into numbers cause errors.
Example
JavaScript 中的 VARP函数 - 无涯教程网无涯教程网提供VARP函数取代了Excel 2010中的VAR.P函数。 描述该函数根据整个总体计算方差。 语法 VA...https://www.learnfk.com/javascript/advanced-excel-compatibility-varp-function.html