Uses of Enum
org.apache.commons.statistics.inference.AlternativeHypothesis
Packages that use AlternativeHypothesis
-
Uses of AlternativeHypothesis in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return AlternativeHypothesisModifier and TypeMethodDescriptionstatic AlternativeHypothesisReturns the enum constant of this type with the specified name.static AlternativeHypothesis[]AlternativeHypothesis.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 AlternativeHypothesisModifier and TypeMethodDescriptionBinomialTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.FisherExactTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.KolmogorovSmirnovTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.MannWhitneyUTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.TTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.UnconditionedExactTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.WilcoxonSignedRankTest.with(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.