AnovaResult 類別

定義

表示 ANOVA 統計測試的結果。

public ref class AnovaResult
public class AnovaResult
type AnovaResult = class
Public Class AnovaResult
繼承
AnovaResult

建構函式

AnovaResult()

初始化 AnovaResult 類別的新執行個體。

屬性

DegreeOfFreedomBetweenGroups

取得群組之間的自由度。

DegreeOfFreedomTotal

取得總自由度。

DegreeOfFreedomWithinGroups

取得群組內的自由度。

FCriticalValue

取得 F 臨界值。

FRatio

取得 F 比例。

MeanSquareVarianceBetweenGroups

取得群組之間的平均平方變異數。

MeanSquareVarianceWithinGroups

取得群組內的平均平方變異數。

SumOfSquaresBetweenGroups

取得群組之間的平方總和。

SumOfSquaresTotal

取得平方的總和。

SumOfSquaresWithinGroups

取得群組內的平方總和。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於