Uses of Class
org.apache.commons.statistics.inference.PValueMethod
-
Packages that use PValueMethod Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of PValueMethod in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return PValueMethod Modifier and Type Method Description static PValueMethod
PValueMethod. valueOf(String name)
Returns 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 PValueMethod Modifier and Type Method Description KolmogorovSmirnovTest
KolmogorovSmirnovTest. with(PValueMethod v)
Return an instance with the configured p-value method.MannWhitneyUTest
MannWhitneyUTest. with(PValueMethod v)
Return an instance with the configured p-value method.WilcoxonSignedRankTest
WilcoxonSignedRankTest. with(PValueMethod v)
Return an instance with the configured p-value method.
-