Uses of Interface
cern.jet.stat.quantile.DoubleQuantileFinder
Packages that use DoubleQuantileFinder
Package
Description
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
-
Uses of DoubleQuantileFinder in cern.jet.stat.quantile
Methods in cern.jet.stat.quantile that return DoubleQuantileFinderModifier and TypeMethodDescriptionstatic DoubleQuantileFinderQuantileFinderFactory.newDoubleQuantileFinder(boolean known_N, long N, double epsilon, double delta, int quantiles, RandomEngine generator) Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints. -
Uses of DoubleQuantileFinder in hep.aida.bin
Fields in hep.aida.bin declared as DoubleQuantileFinder