Uses of Class
io.bhagat.math.statistics.QuantitativeDataList
-
Packages that use QuantitativeDataList Package Description io.bhagat.math.statistics A package for storing statistics related math -
-
Uses of QuantitativeDataList in io.bhagat.math.statistics
Methods in io.bhagat.math.statistics that return QuantitativeDataList Modifier and Type Method Description QuantitativeDataListQuantitativeDataList. addNumber(double x)adds a number to each number in the listQuantitativeDataListQuantitativeDataList. clean()removes all the outliersQuantitativeDataListQuantitativeDataList. clone()creates another QualitativeDataList in a separate memory locationQuantitativeDataListQuantitativeDataList. divide(double x)divides a number to each number in the listQuantitativeDataListQuantitativeDataList. map(Function<java.lang.Double,java.lang.Double> function)maps a function onto each value in the listQuantitativeDataListQuantitativeDataList. multiply(double x)multiplies a number to each number in the listQuantitativeDataListQuantitativeDataList. subtract(double x)subtracts a number to each number in the listConstructors in io.bhagat.math.statistics with parameters of type QuantitativeDataList Constructor Description NormalDistribution(QuantitativeDataList list)fits a normal distribution to a quantitative data list
-