One |
The OneWayAnova type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a deep copy of this OneWayAnova. | |
| FStatisticCriticalValue | Computes the critical value for the ANOVA F statistic at the given significance level. | |
| GetGroupMean(Int32) | Returns the mean for the specified group. | |
| GetGroupMean(Object) | Returns the mean for the specified group. | |
| GetGroupSize(Int32) | Returns the size of the specified group. | |
| GetGroupSize(Object) | Returns the size of the specified group. | |
| SetData(DoubleMatrix) | Performs a one way ANOVA from data in the given matrix. | |
| SetData(DoubleVector) | Performs a one-way ANOVA from data in the given array of vectors. | |
| SetData(DataFrame, Int32, Int32) | Performs a one way ANOVA from data in the given data frame. | |
| ToString |
String representation of a traditional one way ANOVA table.
(Overrides ObjectToString) |