Uses of Enum
org.apache.commons.statistics.inference.PValueMethod
Packages that use PValueMethod
-
Uses of PValueMethod in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as PValueMethodModifier and TypeFieldDescriptionprivate final PValueMethod
KolmogorovSmirnovTest.pValueMethod
Method to compute the p-value.private final PValueMethod
MannWhitneyUTest.pValueMethod
Method to compute the p-value.private final PValueMethod
WilcoxonSignedRankTest.pValueMethod
Method to compute the p-value.Methods in org.apache.commons.statistics.inference that return PValueMethodModifier and TypeMethodDescriptionprivate static PValueMethod
WilcoxonSignedRankTest.selectMethod
(PValueMethod method, int n) Select the method to compute the p-value.static PValueMethod
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 PValueMethodModifier and TypeMethodDescriptionprivate static PValueMethod
WilcoxonSignedRankTest.selectMethod
(PValueMethod method, int n) Select the method to compute the p-value.KolmogorovSmirnovTest.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.Constructors in org.apache.commons.statistics.inference with parameters of type PValueMethodModifierConstructorDescriptionprivate
KolmogorovSmirnovTest
(AlternativeHypothesis alternative, PValueMethod method, boolean strict, org.apache.commons.rng.UniformRandomProvider rng, int iterations) private
MannWhitneyUTest
(AlternativeHypothesis alternative, PValueMethod method, boolean continuityCorrection, double mu) private
WilcoxonSignedRankTest
(AlternativeHypothesis alternative, PValueMethod method, boolean continuityCorrection, double mu)