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).
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 onlymadis required and the cost of a fullcomputeStatisticspass is unjustified (e.g. inside classifyTimerSaturation).