Uses of Class
org.apache.commons.statistics.inference.DataDispersion
-
Packages that use DataDispersion Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of DataDispersion in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return DataDispersion Modifier and Type Method Description static DataDispersion
DataDispersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataDispersion[]
DataDispersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.inference with parameters of type DataDispersion Modifier and Type Method Description TTest
TTest. with(DataDispersion v)
Return an instance with the configured assumption on the data dispersion.
-