1. 程式人生 > >Median absolute deviation | Singular Value Decomposition奇異值分解 | cumulative sums |

Median absolute deviation | Singular Value Decomposition奇異值分解 | cumulative sums |

con osi out posit position for BE absolute lar

Consider the data (1, 1, 2, 2, 4, 6, 9). It has a median value of 2. The absolute deviations about 2 are (1, 1, 0, 0, 2, 4, 7) which in turn have a median value of 1 (because the sorted absolute deviations are (0, 0, 1, 1, 2, 4, 7)). So the median absolute deviation for this data is 1.

Median absolute deviation | Singular Value Decomposition奇異值分解 | cumulative sums |