CONAN.utils.robust_std#
- 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
- Parameters:
data (array-like) – The input data.
- Returns:
The robust standard deviation.
- Return type:
float