Uses of Class
org.apache.commons.statistics.inference.BinomialTest
-
Packages that use BinomialTest Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
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.
-