Uses of Enum
org.apache.commons.statistics.inference.ContinuityCorrection
Packages that use ContinuityCorrection
-
Uses of ContinuityCorrection in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return ContinuityCorrectionModifier and TypeMethodDescriptionstatic ContinuityCorrectionReturns 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 ContinuityCorrectionModifier and TypeMethodDescriptionMannWhitneyUTest.with(ContinuityCorrection v) Return an instance with the configured continuity correction.WilcoxonSignedRankTest.with(ContinuityCorrection v) Return an instance with the configured continuity correction.