Uses of Enum
org.hipparchus.stat.inference.AlternativeHypothesis
Packages that use AlternativeHypothesis
-
Uses of AlternativeHypothesis in org.hipparchus.stat.inference
Methods in org.hipparchus.stat.inference that return AlternativeHypothesisModifier and TypeMethodDescriptionstatic AlternativeHypothesis
Returns 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.hipparchus.stat.inference with parameters of type AlternativeHypothesisModifier and TypeMethodDescriptiondouble
BinomialTest.binomialTest
(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis) Returns the observed significance level, or p-value, associated with a Binomial test.boolean
BinomialTest.binomialTest
(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis, double alpha) Returns whether the null hypothesis can be rejected with the given confidence level.