Click or drag to resize

KruskalWallisTest Methods

The KruskalWallisTest type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this KruskalWallisTest.
Public methodGetGroupMeanRank(Int32) Returns the mean rank for the specified group.
Public methodGetGroupMeanRank(Object) Returns the mean rank for the specified group.
Public methodGetGroupRanks(Int32) Returns the ranks for the specified group.
Public methodGetGroupRanks(Object) Returns the ranks for the specified group.
Public methodGetGroupSize(Int32) Returns the size of the specified group.
Public methodGetGroupSize(Object) Returns the size of the specified group.
Public methodSetData(DoubleMatrix) Performs a Kruskal-Wallis test on data in the given matrix.
Public methodSetData(DoubleVector) Performs a Kruskal-Wallis test on data in the given array of vectors.
Public methodSetData(DoubleMatrix, Boolean) Performs a Kruskal-Wallis test on data in the given matrix.
Public methodSetData(DoubleVector, Boolean) Performs a Kruskal-Wallis test on data in the given array of vectors.
Public methodSetData(DataFrame, Int32, Int32) Performs a Kruskal-Wallis test on data in the given data frame.
Public methodSetData(DataFrame, Int32, Int32, Boolean) Performs a Kruskal-Wallis test on data in the given data frame.
Public methodStatisticCriticalValue Computes the critical value for the test statistic at the given significance level.
Public methodToString String representation of a Kruskal-Wallis test.
(Overrides ObjectToString)
Top
See Also