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