Kruskal |
The KruskalWallisTest type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a deep copy of this KruskalWallisTest. | |
| GetGroupMeanRank(Int32) | Returns the mean rank for the specified group. | |
| GetGroupMeanRank(Object) | Returns the mean rank for the specified group. | |
| GetGroupRanks(Int32) | Returns the ranks for the specified group. | |
| GetGroupRanks(Object) | Returns the ranks 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 Kruskal-Wallis test on data in the given matrix. | |
| SetData(DoubleVector) | Performs a Kruskal-Wallis test on data in the given array of vectors. | |
| SetData(DoubleMatrix, Boolean) | Performs a Kruskal-Wallis test on data in the given matrix. | |
| SetData(DoubleVector, Boolean) | Performs a Kruskal-Wallis test on data in the given array of vectors. | |
| SetData(DataFrame, Int32, Int32) | Performs a Kruskal-Wallis test on data in the given data frame. | |
| SetData(DataFrame, Int32, Int32, Boolean) | Performs a Kruskal-Wallis test on data in the given data frame. | |
| StatisticCriticalValue | Computes the critical value for the test statistic at the given significance level. | |
| ToString |
String representation of a Kruskal-Wallis test.
(Overrides ObjectToString) |