| ANOVA Class |
Namespace: Imsl.Stat
The ANOVA type exposes the following members.
| Name | Description | |
|---|---|---|
| ANOVA(Double) |
Analyzes a one-way classification model.
| |
| ANOVA(Double, Double, Double, Double, Double) |
Construct an analysis of variance table and related statistics.
Intended for use by the LinearRegression class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
| 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.
|