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 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.hipparchus.stat.inference with parameters of type AlternativeHypothesisModifier and TypeMethodDescriptiondoubleBinomialTest.binomialTest(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis) Returns the observed significance level, or p-value, associated with a Binomial test.booleanBinomialTest.binomialTest(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis, double alpha) Returns whether the null hypothesis can be rejected with the given confidence level.