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
Fields in org.apache.commons.statistics.inference declared as BinomialTest Modifier and Type Field Description private static BinomialTest
BinomialTest. DEFAULT
Default instance.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.
-