tick.robust.
std_mad
(x)[source]¶Robust estimation of the standard deviation, based on the Corrected Median Absolute Deviation (MAD) of x. This computes the MAD of x, and applies the Gaussian distribution correction, making it a consistent estimator of the standard-deviation (when the sample looks Gaussian with outliers).
x : np.ndarray
Input vector
output : float
A robust estimation of the standard deviation