Uses of Class
org.ow2.clif.analyze.statistics.util.data.Quantile

Packages that use Quantile
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
 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.