首页 > 其他 > 详细

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

时间:2018-06-28 15:06:07      阅读:164      评论:0      收藏:0      [点我收藏+]

 

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 |

原文:https://www.cnblogs.com/leezx/p/9238648.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!