Package | Description |
---|---|
cern.jet.stat.tfloat.quantile |
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
|
Modifier and Type | Method and Description |
---|---|
static FloatQuantileFinder |
FloatQuantileFinderFactory.newFloatQuantileFinder(boolean known_N,
long N,
float epsilon,
float delta,
int quantiles,
FloatRandomEngine generator)
Returns a quantile finder that minimizes the amount of memory needed
under the user provided constraints.
|
Jump to the Parallel Colt Homepage