Uses of Class
org.apache.commons.statistics.inference.TTest
-
Packages that use TTest Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of TTest in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return TTest Modifier and Type Method Description TTestTTest. with(AlternativeHypothesis v)Return an instance with the configured alternative hypothesis.TTestTTest. with(DataDispersion v)Return an instance with the configured assumption on the data dispersion.static TTestTTest. withDefaults()Return an instance using the default options.TTestTTest. withMu(double v)Return an instance with the configuredmu.
-