Uses of Enum
org.hipparchus.stat.inference.AlternativeHypothesis
-
Uses of AlternativeHypothesis in org.hipparchus.stat.inference
Modifier 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.Modifier 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.