Function getQuantileIntervals

  • Calculates the quantile values for an array of intervals.

    Returns

    • The array of quantile values for the intervals.

    Parameters

    • data: number[]

      The array of numbers to calculate the quantile values from.

    • intervals: number[]

      The array of intervals to calculate the quantile values for.

    Returns number[]

Generated using TypeDoc