The ANOVA type exposes the following members.

Constructors

NameDescription
ANOVAOverloaded.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetArray
Returns the ANOVA values as an array.
GetConfidenceInterval
Computes the confidence interval associated with the difference of means between two groups using a specified method.
GetGroupInformation
Returns information concerning the groups.
GetHashCode
Serves as a hash function for a particular type.
(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.)

Properties

NameDescription
AdjustedRSquared
Returns the adjusted R-squared (in percent).
CoefficientOfVariation
Returns the coefficient of variation (in percent).
DegreesOfFreedomForError
Returns the degrees of freedom for error.
DegreesOfFreedomForModel
Returns the degrees of freedom for the model.
ErrorMeanSquare
Returns the error mean square.
F
Returns the F statistic.
MeanOfY
Returns the mean of the response (dependent variable).
ModelErrorStdev
Returns the estimated standard deviation of the model error.
ModelMeanSquare
Returns the model mean square.
NumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
P
Returns the p-value.
RSquared
Returns the R-squared (in percent).
SumOfSquaresForError
Returns the sum of squares for error.
SumOfSquaresForModel
Returns the sum of squares for model.
TotalDegreesOfFreedom
Returns the total degrees of freedom.
TotalMissing
Returns the total number of missing values.
TotalSumOfSquares
Returns the total sum of squares.

See Also