Uses of Class
org.apache.commons.statistics.inference.BinomialTest
Packages that use BinomialTest
-
Uses of BinomialTest in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as BinomialTestModifier and TypeFieldDescriptionprivate static final BinomialTest
BinomialTest.DEFAULT
Default instance.Methods in org.apache.commons.statistics.inference that return BinomialTestModifier and TypeMethodDescriptionBinomialTest.with
(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.static BinomialTest
BinomialTest.withDefaults()
Return an instance using the default options.