Uses of Class
org.apache.commons.statistics.inference.BinomialTest
-
-
Uses of BinomialTest in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return BinomialTest Modifier and Type Method Description BinomialTest
BinomialTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.static BinomialTest
BinomialTest. withDefaults()
Return an instance using the default options.
-