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