Package | Description |
---|---|
cern.jet.stat.tdouble.quantile |
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
ExactDoubleQuantileFinder
Exact quantile finding algorithm for known and unknown N requiring
large main memory; computes quantiles over a sequence of double
elements.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Jump to the Parallel Colt Homepage