DDSketches.unboundedDense(double)
DDSketches.collapsingHighestDense(double, int)
DDSketches.collapsingLowestDense(double, int)
new DDSketch(new BitwiseLinearlyInterpolatedMapping(relativeAccuracy), UnboundedSizeDenseStore::new)
new DDSketch(new BitwiseLinearlyInterpolatedMapping(relativeAccuracy), () -> new CollapsingHighestDenseStore(maxNumBins))
new DDSketch(new BitwiseLinearlyInterpolatedMapping(relativeAccuracy), () -> new CollapsingLowestDenseStore(maxNumBins)
DDSketches.logarithmicCollapsingLowestDense(double, int)
DDSketches.logarithmicCollapsingHighestDense(double, int)