Uses of Package
cern.jet.stat.quantile

Packages that use cern.jet.stat.quantile
Package
Description
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
  • Class
    Description
    A buffer holding elements; internally used for computing approximate quantiles.
    An abstract set of buffers; internally used for computing approximate quantiles.
    A buffer holding double elements; internally used for computing approximate quantiles.
    A set of buffers holding double elements; internally used for computing approximate quantiles.
    The abstract base class for approximate quantile finders computing quantiles over a sequence of double elements.
    The interface shared by all quantile finders, no matter if they are exact or approximate.
    Exact quantile finding algorithm for known and unknown N requiring large main memory; computes quantiles over a sequence of double elements.
  • Class
    Description
    The interface shared by all quantile finders, no matter if they are exact or approximate.