Chalkboard - v3.0.4
    Preparing search index...

    Function interquartileRange

    • Calculates the interquartile range of an array.

      Parameters

      • arr: number[]

        The array

      Returns number

      const result = Chalkboard.stat.interquartileRange([1, 2, 3, 4, 5, 6, 7]); // Returns the interquartile range