Colt 1.0.1

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 newDoubleQuantileFinder(boolean known_N, long N, double epsilon, double delta, int quantiles, RandomElement generator)
          Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.