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
Classes in cern.jet.stat.quantile that implement DoubleQuantileFinderModifier and TypeClassDescription(package private) classThe abstract base class for approximate quantile finders computing quantiles over a sequence of double elements.(package private) classExact quantile finding algorithm for known and unknown N requiring large main memory; computes quantiles over a sequence of double elements.(package private) classApproximate quantile finding algorithm for known N requiring only one pass and little main memory; computes quantiles over a sequence of double elements.(package private) classApproximate quantile finding algorithm for unknown N requiring only one pass and little main memory; computes quantiles over a sequence of double elements.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.Methods in cern.jet.stat.quantile with parameters of type DoubleQuantileFinderModifier and TypeMethodDescriptionstatic doubleQuantileFinderTest.epsilon(DoubleArrayList sortedList, DoubleQuantileFinder finder, double phi) Observed epsilonstatic doubleQuantileFinderTest.observedEpsilonAtPhi(double phi, ExactDoubleQuantileFinder exactFinder, DoubleQuantileFinder approxFinder) This method was created in VisualAge.static DoubleArrayListQuantileFinderTest.observedEpsilonsAtPhis(DoubleArrayList phis, ExactDoubleQuantileFinder exactFinder, DoubleQuantileFinder approxFinder, double desiredEpsilon) This method was created in VisualAge. -
Uses of DoubleQuantileFinder in hep.aida.bin
Fields in hep.aida.bin declared as DoubleQuantileFinder