Click or drag to resize

KruskalWallisTestSetData Method

Overload List
 NameDescription
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.
Top
See Also