This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
SKEWP(2;3;1;6;8;5) returns 0.2329985562
SKEWP(A1:A6) returns 0.2329985562, when the range A1:A6 contains {2;3;1;6;8;5}
DEVSQ
返回基于抽样平均值的偏差的平方和。
语法
DEVSQ(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
「=DEVSQ(A1:A50)」
FORECAST
根据现有的 x 和 y 值推断未来值。
语法
FORECAST(Value; DataY; DataX)
「值」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。
「DataY」是已知的 y 的数组或区域。
「DataX」是已知的 x 的数组或区域。
示例
「=FORECAST(50;A1:A50;B1;B50)」返回两个引用中的 X 值和 Y 值以一个线性趋势相联系的情况下,给出对应于 X 值为 50 时的 Y 的期望值。
FORECAST.LINEAR
根据现有的 x 和 y 值推断未来值。
语法
FORECAST.LINEAR(Value; DataY; DataX)
「值」为 X 值,Y 值就是在线性回归上对应于这点而计算得出。
「DataY」是已知的 y 的数组或区域。
「DataX」是已知的 x 的数组或区域。
示例
「=FORECAST(50;A1:A50;B1;B50)」返回两个引用中的 X 值和 Y 值以一个线性趋势相联系的情况下,给出对应于 X 值为 50 时的 Y 的期望值。
Technical information
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
「=NORMSDIST(1)」返回 0.84。在标准正态分布曲线以下,在 X 值 1 左边的面积占总面积的 84%。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.NORM.S.DIST
NORM.S.INV
返回标准正态累积分布的逆函数。
语法
NORM.S.INV(数字)
「数字」为概率值,据此计算逆标准正态分布。
示例
「=NORM.S.INV(0.908789)」返回 1.333334673。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.NORM.S.INV
NORMSDIST
返回标准正态累积分布函数。该分布函数的平均值为零,标准偏差为一。
为 GAUSS(x)=NORMSDIST(x)-0.5
语法
NORMSDIST(数字)
「数字」是计算标准正态累积分布函数的值。
示例
「=NORMSDIST(1)」返回 0.84。在标准正态分布曲线以下,在 X 值 1 左边的面积占总面积的 84%。
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.RANK.EQ
SKEW
返回分布的偏度。
语法
SKEW(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least three values.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
=STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.
STDEV.P
根据整个总体计算标准偏差。
语法
STDEV.P(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
示例
「=STDEVP(A1:A50)」返回引用数据的标准偏差。
Technical information
This function is available since LibreOfficeDev 4.2.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.STDEV.P
STDEV.S
根据总体抽样计算标准偏差。
语法
STDEV.S(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values.
示例
「=STDEVP(A1:A50)」返回引用数据的标准偏差。
Technical information
This function is available since LibreOfficeDev 4.2.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.STDEV.S
STDEVA
根据抽样计算的估计值的标准偏差。
语法
STDEVA(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values. Text has the value 0.
示例
「=STDEVA(A1:A50)」返回以引用数据为基础估算出的标准偏差。
STDEVP
根据全部项目计算标准偏差。
语法
STDEVP(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
「=STDEVP(A1:A50)」返回引用数据的标准偏差。
STDEVPA
根据全部项目计算标准偏差。
语法
STDEVPA(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.T.DIST
T.DIST.2T
计算双尾的学生 T 分布, 这是连续的概率分布, 常用于测试小样本数据集上的假设。
语法
T.DIST.2T(Number, DegreesFreedom)
「数字」为据此计算 t-分布的值。
「DegreesFreedom」为 t 分布的自由度数。
示例
「=T.DIST.2T(1; 10)」返回 0.3408931323。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.T.DIST.2T
T.DIST.RT
计算右尾的学生 T 分布, 这是连续的概率分布, 常用于测试小样本数据集上的假设。
语法
T.DIST.RT(Number, DegreesFreedom)
「数字」为据此计算 t-分布的值。
「DegreesFreedom」为 t 分布的自由度数。
示例
「=T.DIST.RT(1; 10)」返回 0.1704465662。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.T.DIST.RT
T.INV
返回 t-分布的单尾逆运算。
语法
T.INV(Number, DegreesFreedom)
「数字」为概率值,据此计算逆 t 分布。
「DegreesFreedom」为 t 分布的自由度数。
示例
「=T.INV(0.1,6)」返回 -1.4397557473。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.T.INV
T.INV.2T
计算双尾学生 T 分布的逆运算 ,常用于小样本数据集假设测试的连续概率分布。
语法
T.INV.2T(Number, DegreesFreedom)
「数字」为概率值,据此计算逆 t 分布。
「DegreesFreedom」为 t 分布的自由度数。
示例
「=T.INV.2T(0.25; 10)」返回 1.221255395。
Technical information
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
This function is available since LibreOfficeDev 4.3.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
「=VAR(A1:A50)」
VAR.P
根据整个总体计算方差。
语法
VAR.P(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
示例
「=VAR.P(A1:A50)」
Technical information
This function is available since LibreOfficeDev 4.2.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.VAR.P
VAR.S
根据抽样估算方差。
语法
VAR.S(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values.
示例
「=VAR.S(A1:A50)」
Technical information
This function is available since LibreOfficeDev 4.2.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is
COM.MICROSOFT.VAR.S
VARA
估算基于一次抽样的方差。文字的值为 0。
语法
VARA(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
The parameters should specify at least two values.
示例
「=VARA(A1:A50)」
VARP
根据总体样本计算方差。
语法
VARP(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.
示例
「=VARP(A1:A50)」
VARPA
根据全部项目计算方差。文本的值为 0。
语法
VARPA(Number 1 [; Number 2 [; … [; Number 255]]])
Number 1; Number 2; … ; Number 255 are numbers, references to cells or to cell ranges of numbers.
This function is NOT part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is