The OneWayAnova type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OneWayAnova | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this OneWayAnova.
| |
| Equals | (Inherited from Object.) | |
| FStatisticCriticalValue |
Computes the critical value for the ANOVA F statistic at the given
significance level.
| |
| GetGroupMean | Overloaded. | |
| GetGroupSize | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SetData | Overloaded. | |
| ToString |
String representation of a traditional one way ANOVA table.
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| AnovaTable |
Gets a traditional ANOVA table.
| |
| GrandMean |
Gets the grand mean of the data.
| |
| GroupMeans |
Gets a vector of group means.
| |
| GroupNames |
Gets an array of group names.
| |
| GroupSizes |
Gets an array of group sizes.
|