Overload List
| Name | Description | |
|---|---|---|
| SetData(DoubleMatrix) |
Performs a Kruskal-Wallis test on data in the given matrix.
| |
| SetData(array<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(array<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.
|