Uses of Class
org.djutils.stats.summarizers.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 double
FullStorageAccumulator. getQuantile(Tally tally, double probability)
Compute (or approximate) the value that corresponds to the given fraction (percentile).double
NoStorageAccumulator. getQuantile(Tally tally, double probability)
Compute (or approximate) the value that corresponds to the given fraction (percentile).double
QuantileAccumulator. getQuantile(Tally tally, double probability)
Compute (or approximate) the value that corresponds to the given fraction (percentile).double
TDigestAccumulator. getQuantile(Tally tally, double probability)
Compute (or approximate) the value that corresponds to the given fraction (percentile).