Uses of Enum
org.apache.commons.statistics.inference.ContinuityCorrection
Packages that use ContinuityCorrection
-
Uses of ContinuityCorrection in org.apache.commons.statistics.inference
Subclasses with type arguments of type ContinuityCorrection in org.apache.commons.statistics.inferenceModifier and TypeClassDescriptionenumRepresents an optional adjustment that is made when a discrete distribution is approximated by a continuous distribution.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.