Hampel Identifier¶
Global Algorithm - One-Dimensional Algorithm
Hampel Identifier algorithm decides whether a value is a value outside the region of interest based on that value’s distance from the estimated median distribution. Generally, if
|Yi−Median(Y)|>3⋅MAD,
the data point is considered outside the region of interest. Median(Y) is the Median, Yi is ith element of Y and MAD corresponds to the Median Absolute Deviation value.
Input Parameters
Parameter | Type | Constraint | Description | Remarks |
---|---|---|---|---|
Y | Y∈RN | N∈N | Input data sequence of length N |
Output Parameters
Parameter | Type | Constraint | Description | Remarks |
---|---|---|---|---|
ˆY | ˆY∈RN | Values in the Y list which are outside the region of interest are marked |
Tool Support
Single Steps using the Algorithm
References
- R.K. Pearson, Mining Imperfect Data, Society for Industrial and Applied Mathematics, Philadelphia, PA., 2005.