Uses of Class
org.apache.commons.statistics.inference.ContinuityCorrection
-
Packages that use ContinuityCorrection Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of ContinuityCorrection in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return ContinuityCorrection Modifier and Type Method Description static ContinuityCorrection
ContinuityCorrection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContinuityCorrection[]
ContinuityCorrection. 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 ContinuityCorrection Modifier and Type Method Description MannWhitneyUTest
MannWhitneyUTest. with(ContinuityCorrection v)
Return an instance with the configured continuity correction.WilcoxonSignedRankTest
WilcoxonSignedRankTest. with(ContinuityCorrection v)
Return an instance with the configured continuity correction.
-