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

Packages that use Bucket
org.ow2.clif.analyze.statistics.util.data   
 

Uses of Bucket in org.ow2.clif.analyze.statistics.util.data
 

Methods in org.ow2.clif.analyze.statistics.util.data that return types with arguments of type Bucket
 java.util.List<Bucket> LongStatistics.rawDataFrequency(int number)
          determines the distribution of raw data, as the number of values in 'number' buckets.
 java.util.List<Bucket> LongStatistics.statisticalSortDataFrequency(int number)
          determines the distribution of data after statistical rejection, as the number of values in 'number' buckets ; the data is used within the statistical range (rejection based on mean +/- factor x std).