Uses of Class
org.apache.commons.statistics.inference.TTest
Packages that use TTest
-
Uses of TTest in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as TTestMethods in org.apache.commons.statistics.inference that return TTestModifier and TypeMethodDescriptionTTest.with
(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.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.withMu
(double v) Return an instance with the configuredmu
.