Colt 1.2.0

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

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

Uses of DoubleQuantileFinder in cern.jet.stat.quantile
 

Methods in cern.jet.stat.quantile that return DoubleQuantileFinder
static DoubleQuantileFinder QuantileFinderFactory.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.
 


Colt 1.2.0

Jump to the Colt Homepage