mad

menpofit.error.mad(errors)[source]

Computes the Median Absolute Deviation of a set of errors.

Parameters

errors (list of float) – The list of errors per image.

Returns

mad (float) – The median absolute deviation value.