sparstogram
    Preparing search index...

    Interface Criteria

    Criteria for navigating in the histogram

    interface Criteria {
        markerIndex?: number;
        quantile?: Quantile;
        value?: number;
    }
    Index

    Properties

    markerIndex?: number

    The marker index to start at (0 = median, 1 = lower quartile, 2 = upper quartile, etc.)

    quantile?: Quantile

    The quantile to start at

    value?: number

    The value to start at