Uses of Enum
org.apache.commons.statistics.inference.PValueMethod
Packages that use PValueMethod
-
Uses of PValueMethod in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return PValueMethodModifier and TypeMethodDescriptionstatic PValueMethodReturns the enum constant of this type with the specified name.static PValueMethod[]PValueMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.inference with parameters of type PValueMethodModifier and TypeMethodDescriptionKolmogorovSmirnovTest.with(PValueMethod v) Return an instance with the configured p-value method.MannWhitneyUTest.with(PValueMethod v) Return an instance with the configured p-value method.WilcoxonSignedRankTest.with(PValueMethod v) Return an instance with the configured p-value method.