Click or drag to resize
ANOVA Class
Analysis of Variance table and related statistics.
Inheritance Hierarchy
SystemObject
  Imsl.StatANOVA

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class ANOVA

The ANOVA type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArray
Returns the ANOVA values as an array.
Public methodGetConfidenceInterval
Computes the confidence interval associated with the difference of means between two groups using a specified method.
Public methodGetGroupInformation
Returns information concerning the groups.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAdjustedRSquared
Returns the adjusted R-squared (in percent).
Public propertyCoefficientOfVariation
Returns the coefficient of variation (in percent).
Public propertyDegreesOfFreedomForError
Returns the degrees of freedom for error.
Public propertyDegreesOfFreedomForModel
Returns the degrees of freedom for the model.
Public propertyErrorMeanSquare
Returns the error mean square.
Public propertyF
Returns the F statistic.
Public propertyMeanOfY
Returns the mean of the response (dependent variable).
Public propertyModelErrorStdev
Returns the estimated standard deviation of the model error.
Public propertyModelMeanSquare
Returns the model mean square.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyP
Returns the p-value.
Public propertyRSquared
Returns the R-squared (in percent).
Public propertySumOfSquaresForError
Returns the sum of squares for error.
Public propertySumOfSquaresForModel
Returns the sum of squares for model.
Public propertyTotalDegreesOfFreedom
Returns the total degrees of freedom.
Public propertyTotalMissing
Returns the total number of missing values.
Public propertyTotalSumOfSquares
Returns the total sum of squares.
Top
See Also

Reference

Other Resources