Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
範例
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}
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Example
=DEVSQ(A1:A50)
FORECAST
可根據現有 x 值與 y 值外推未來值。
Syntax
FORECAST(Value; DataY; DataX)
Value 是會傳回線性迴歸上 Y 值的 X 值。
DataY 是指已知 Y 的陣列或範圍。
DataX 是指已知 X 的陣列或範圍。
Example
若兩個參照的 X 值與 Y 值皆由線性趨勢所連結,則 =FORECAST(50;A1:A50;B1;B50) 會根據 X 值為 50 的情況傳回 Y 值。
FORECAST.LINEAR
可根據現有 x 值與 y 值外推未來值。
Syntax
FORECAST.LINEAR(Value; DataY; DataX)
Value 是會傳回線性迴歸上 Y 值的 X 值。
DataY 是指已知 Y 的陣列或範圍。
DataX 是指已知 X 的陣列或範圍。
Example
若兩個參照的 X 值與 Y 值皆由線性趨勢所連結,則 =FORECAST(50;A1:A50;B1;B50) 會根據 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
COM.MICROSOFT.FORECAST.LINEAR
NORMSDIST
傳回標準常態累計分佈函式。分佈平均值為零,標準偏差值為一。
GAUSS(x)=NORMSDIST(x)-0.5
Syntax
NORMSDIST(number)
Number 是計算標準常態累積分佈的數值。
Example
=NORMSDIST(1) 傳回 0.84。標準常態分佈曲線下的區域到 X 值 1 的左側為總區域的 84%。
=NORMSDIST(1) 傳回 0.84。標準常態分佈曲線下的區域到 X 值 1 的左側為總區域的 84%。
Technical information
This function is available since LibreOffice 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
NORMSINV
傳回標準一般累計分佈的逆運算。
Syntax
NORMSINV(number)
Number 是會計算標準正態逆分佈的機率。
Example
=NORMSINV(0.908789) 傳回 1.3333。
NORMSINV
傳回標準一般累計分佈的逆運算。
Syntax
NORMSINV(number)
Number 是會計算標準正態逆分佈的機率。
Example
=NORMSINV(0.908789) 傳回 1.3333。
Technical information
This function is available since LibreOffice 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
PERMUT
傳回指定數目物件的排列數。
Syntax
PERMUT(Count1; Count2)
Count1 是指總物件數。
Count2 是指每個排列的物件數。
For Integer arguments, non-integer values are truncated to Integer.
Example
=PERMUT(6;3) 傳回 120。從 6 張牌按照順序挑選 3 張牌的可能性有 120 種。
PERMUTATIONA
傳回一組指定物件的排列數 _(允許重複)。
Syntax
PERMUTATIONA(Count1; Count2)
Count1 是指總物件數。
Count2 是指每個排列的物件數。
For Integer arguments, non-integer values are truncated to Integer.
傳回兩個限度之間範圍中各個值的機率。若無 End 值,此函式會根據資料值等於 Start 值的原則來計算機率。
Syntax
PROB(Data; Probability; Start [; End])
Data 是樣本中資料的陣列或範圍。
Probability 是對應機率的陣列或範圍。
Start 要加總其機率的數值區間起始值。
End (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the Start value is calculated.
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.
Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, the average rank is returned.
The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.
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.AVG
RANK.EQ
Returns the statistical rank of a given value, within a supplied array of values. If there are duplicate values in the list, these are given the same rank.
The difference between RANK.AVG and RANK.EQ occurs when there are duplicates in the list of values. The RANK.EQ function returns the lower rank, whereas the RANK.AVG function returns the average rank.
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
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Example
=STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
Example
=STDEVP(A1:A50) 傳回參照資料的標準差。
Technical information
This function is available since LibreOffice 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
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
The parameters should specify at least two values.
Example
=STDEVP(A1:A50) 傳回參照資料的標準差。
Technical information
This function is available since LibreOffice 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
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
Text has the value 0.
Example
=STDEVPA(A1:A50) 傳回參照資料的標準差。
STEYX
傳回回歸中每個 x 的預測 y 值之標準誤差。
Syntax
STEYX(DataY; DataX)
DataY 是指 Y 資料的陣列或陣列。
DataX 是指 X 資料的陣列或陣列。
Example
=STEXY(A1:A50;B1:B50)
T.DIST.2T
Calculates the two-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
Syntax
CHIDIST(Number; DegreesFreedom)
Number 是要計算其 t 分佈的數值。
DegreesFreedom 是指 t 分佈的自由度。
Example
=T.DIST.2T(1; 10) returns 0.3408931323.
Technical information
This function is available since LibreOffice 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
Calculates the right-tailed Student's T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
Syntax
CHIDIST(Number; DegreesFreedom)
Number 是要計算其 t 分佈的數值。
DegreesFreedom 是指 t 分佈的自由度。
Example
=T.DIST.RT(1; 10) returns 0.1704465662.
Technical information
This function is available since LibreOffice 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.2T
Calculates the inverse of the two-tailed Student's T Distribution , which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.
Syntax
TINV(Number; DegreesFreedom)
Number 是指與雙頁 t 分佈相關的機率。
DegreesFreedom 是指 t 分佈的自由度。
Example
=T.INV.2T(0.25; 10) returns 1.221255395.
Technical information
This function is available since LibreOffice 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.2T
TDIST
傳回 t 分佈。
Syntax
TDIST(Number; DegreesFreedom; Mode)
Number 是要計算其 t 分佈的數值。
DegreesFreedom 是指 t 分佈的自由度。
Mode = 1 傳回單頁檢測;Mode = 2 傳回雙頁檢測。
For Integer arguments, non-integer values are truncated to Integer.
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
TINV
傳回 t 分佈的逆運算。
Syntax
TINV(Number; DegreesFreedom)
Number 是指與雙頁 t 分佈相關的機率。
DegreesFreedom 是指 t 分佈的自由度。
For Integer arguments, non-integer values are truncated to Integer.
Example
=TINV(0.1;6) 傳回 1.94。
TINV
傳回 t 分佈的逆運算。
Syntax
TINV(Number; DegreesFreedom)
Number 是指與雙頁 t 分佈相關的機率。
DegreesFreedom 是指 t 分佈的自由度。
Example
=TINV(0.1;6) 傳回 1.94。
Technical information
This function is available since LibreOffice 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
TTEST
傳回與學生 t 測試相關的概率。
Syntax
TTEST(Data1; Data2; Mode; Type)
Data1 是指第一個記錄資料的因變數陣列或範圍。
Data2 是指第二個記錄資料的因變數值陣列或範圍。
Mode = 1 計算單頁檢測;Mode = 2 計算雙頁檢測。
Type 是要執行的 t 檢測類型。Type 1 表示成對。Type 2 表示兩個樣本,相同變異數 (homoskedastisch)。Type 3 表示兩個樣本,不同變異數 (heteroskedastisch)。
Example
=TTEST(A1:A50;B1:B50;2;2)
TTEST
傳回與學生 t 測試相關的概率。
Syntax
TTEST(Data1; Data2; Mode; Type)
Data1 是指第一個記錄資料的因變數陣列或範圍。
Data2 是指第二個記錄資料的因變數值陣列或範圍。
Mode = 1 計算單頁檢測;Mode = 2 計算雙頁檢測。
Type 是要執行的 t 檢測類型。Type 1 表示成對。Type 2 表示兩個樣本,相同變異數 (homoskedastisch)。Type 3 表示兩個樣本,不同變異數 (heteroskedastisch)。
Example
=TTEST(A1:A50;B1:B50;2;2)
Technical information
This function is available since LibreOffice 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
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
The parameters should specify at least two values.
Example
=VAR(A1:A50)
Technical information
This function is available since LibreOffice 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
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
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.
Argument 1; Argument 2; … ; Argument 255 are numbers, text, references to cells or to cell ranges of numbers or text.
Example
=VARP(A1:A50)
Technical information
This function is available since LibreOffice 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
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