Parallel Colt 0.7.2

Uses of Interface
cern.jet.stat.tdouble.quantile.DoubleQuantileFinder

Packages that use DoubleQuantileFinder
cern.jet.stat.tdouble.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
 

Uses of DoubleQuantileFinder in cern.jet.stat.tdouble.quantile
 

Classes in cern.jet.stat.tdouble.quantile that implement DoubleQuantileFinder
 class ExactDoubleQuantileFinder
          Exact quantile finding algorithm for known and unknown N requiring large main memory; computes quantiles over a sequence of double elements.
 

Methods in cern.jet.stat.tdouble.quantile that return DoubleQuantileFinder
static DoubleQuantileFinder DoubleQuantileFinderFactory.newDoubleQuantileFinder(boolean known_N, long N, double epsilon, double delta, int quantiles, DoubleRandomEngine generator)
          Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage