MAIDR JavaScript API
    Preparing search index...
    • One quantile of sorted values, interpolated linearly between the two closest ranks — a transcription of getQuantile in @nivo/boxplot, so the summary read aloud is the one Nivo draws.

      Parameters

      • values: readonly number[]

        The observations, sorted ascending

      • quantile: number = 0.5

        The quantile, clamped to [0, 1]

      Returns number

      The quantile's value