The ANOVA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ANOVA | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|