IMSL C# Numerical Library

ANOVA Members

ANOVA overview

Public Instance Constructors

ANOVA Overloaded. Initializes a new instance of the ANOVA class.

Public Instance Properties

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.
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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetArray Returns the ANOVA values as an array.
GetDunnSidak Computes the confidence intervals on i-th mean - j-th mean using the Dunn-Sidak method.
GetGroupInformation Returns information concerning the groups.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ANOVA Class | Imsl.Stat Namespace | Example