matician - v2.0.0
    Preparing search index...

    Function interquartileRange

    • Calculates the interquartile range (IQR) of a dataset. IQR = Q3 - Q1

      Parameters

      • values: number[]

        An array of numeric values.

      Returns number

      The interquartile range.

      If the input array is empty.