tinybench - v6.1.1
    Preparing search index...

    Function medianAbsoluteDeviation

    • Computes the median absolute deviation (MAD) of a sorted sample set.

      Convenience wrapper that derives the median from the sorted input and forwards to absoluteDeviationMedian. Use when only mad is required and the cost of a full computeStatistics pass is unjustified (e.g. inside classifyTimerSaturation).

      Parameters

      Returns number

      the median absolute deviation