CONAN.utils.robust_std
======================

.. py:function:: CONAN.utils.robust_std(data)

   Compute the robust standard deviation using the Median Absolute Deviation (MAD).
   https://en.m.wikipedia.org/wiki/Median_absolute_deviation

   :param data: The input data.
   :type data: array-like

   :returns: The robust standard deviation.
   :rtype: float

