Uses of Class
org.djutils.stats.summarizers.Tally
- 
Packages that use Tally Package Description org.djutils.stats.summarizers.quantileaccumulator Quantile Accumulators store some subset of input values and provide quantile values. - 
- 
Uses of Tally in org.djutils.stats.summarizers.quantileaccumulator
Methods in org.djutils.stats.summarizers.quantileaccumulator with parameters of type Tally Modifier and Type Method Description doubleFullStorageAccumulator. getQuantile(Tally tally, double probability)Compute (or approximate) the value that corresponds to the given fraction (percentile).doubleNoStorageAccumulator. getQuantile(Tally tally, double probability)Compute (or approximate) the value that corresponds to the given fraction (percentile).doubleQuantileAccumulator. getQuantile(Tally tally, double probability)Compute (or approximate) the value that corresponds to the given fraction (percentile).doubleTDigestAccumulator. getQuantile(Tally tally, double probability)Compute (or approximate) the value that corresponds to the given fraction (percentile). 
 -