.FloatArrayStat.Mad (gb.gsl)
Function Mad ( [ Bias As Boolean, Buffer As Float[] ] ) As Float
This function returns the median absolute deviation of the data.
-
If Bias is TRUE, then the returned value will be multiplied by a correction factor to make it unbiased.
-
Buffer is an additional workspace array that must be the same size as the data.
See also