PDSA
latest
  • Quickstart
  • Cardinality
  • Frequency
  • Membership
  • Rank
    • Random Sampling
    • Quantile Digest (q-digest)
PDSA
  • Docs »
  • Rank
  • Edit on GitHub

RankΒΆ

The most commonly used rank characteristics are quantiles, and their specific types as percentiles and quartiles.

  • Random Sampling
    • Build random sampling data structure
    • Add element into RandomSampling
    • Quantile Query
    • Inverse Quantile Query
    • Interval (range) Query
    • Number of buffers in the data structure
    • Size of the data structure in bytes
    • Number of processed elements
  • Quantile Digest (q-digest)
    • Build a q-digest
    • Add element into q-digest
    • Quantile Query
    • Inverse Quantile Query
    • Interval (range) Query
    • Merge q-digests
    • Length of the q-digest
    • Size of the q-digest in bytes
    • Count of elements in the q-digest
Next Previous

© Copyright 2020 Andrii Gakhov Revision 0e1c58e5.

Built with Sphinx using a theme provided by Read the Docs.