sparstogram
    Preparing search index...

    Interface Quantile

    Represents a quantile in the histogram.

    interface Quantile {
        centroid: Centroid;
        offset: number;
        rank: number;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    centroid: Centroid

    The centroid at the quantile

    offset: number

    The offset within the centroid of this rank value

    rank: number

    The rank of the value in the histogram

    value: number

    Approximate value represented by the offset / count