AnovaResult Class

Definition

Represents the results of an ANOVA statistical test.

public ref class AnovaResult
public class AnovaResult
type AnovaResult = class
Public Class AnovaResult
Inheritance
AnovaResult

Constructors

AnovaResult()

Initializes a new instance of the AnovaResult class.

Properties

DegreeOfFreedomBetweenGroups

Gets the degree of freedom between groups.

DegreeOfFreedomTotal

Gets the total degree of freedom.

DegreeOfFreedomWithinGroups

Gets the degree of freedom within groups.

FCriticalValue

Gets the F critical value.

FRatio

Gets the F ratio.

MeanSquareVarianceBetweenGroups

Gets the mean square variance between groups.

MeanSquareVarianceWithinGroups

Gets the mean square variance within groups.

SumOfSquaresBetweenGroups

Gets the sum of the squares between groups.

SumOfSquaresTotal

Gets the total sum of the squares.

SumOfSquaresWithinGroups

Gets the sum of the squares within groups.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to