Uses of Class
org.ow2.clif.analyze.statistics.util.data.Quantile
-
Packages that use Quantile Package Description org.ow2.clif.analyze.statistics.util.data -
-
Uses of Quantile in org.ow2.clif.analyze.statistics.util.data
Methods in org.ow2.clif.analyze.statistics.util.data that return types with arguments of type Quantile Modifier and Type Method Description java.util.List<Quantile>LongStatistics. rawDataQuantiles(int number)java.util.List<Quantile>LongStatistics. statisticalSortDataQuantiles(int number)determines the list of 'number' buckets (= quantile because contains the same number of values) that divide data after statistical rejection.
-