com.datumbox.framework.core.statistics.nonparametrics.independentsamples
Class KruskalWallis
- java.lang.Object
-
- com.datumbox.framework.core.statistics.nonparametrics.independentsamples.KruskalWallis
-
public class KruskalWallis extends java.lang.ObjectKruskal–Wallis one-way analysis of variance.
-
-
Constructor Summary
Constructors Constructor and Description KruskalWallis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doublegetPvalue(TransposeDataCollection transposeDataCollection)Calculates the p-value of null Hypothesisstatic booleantest(TransposeDataCollection transposeDataCollection, double aLevel)Tests the rejection of null Hypothesis for a particular confidence level
-
-
-
Method Detail
-
getPvalue
public static double getPvalue(TransposeDataCollection transposeDataCollection)
Calculates the p-value of null Hypothesis- Parameters:
transposeDataCollection-- Returns:
-
test
public static boolean test(TransposeDataCollection transposeDataCollection, double aLevel)
Tests the rejection of null Hypothesis for a particular confidence level- Parameters:
transposeDataCollection-aLevel-- Returns:
-
-
DataMelt 3.0 © DataMelt by jWork.ORG