pygeoda.mad

pygeoda.mad(data)[source]

Median Absolute Deviation

Note

Compute the median absolute deviation, i.e., the (lo-/hi-) median of the absolute deviations from the median, and (by default) adjust by a factor for asymptotically normal consistency.

Parameters

data (list) – An input data of multiple variables for standardization

Returns

A data array

Return type

list