mode
[数学][统计]n. A statistical term referring to the most frequently occurring term in a set of numbers.
Investopedia Says:
For example, in the following set of data--32, 34, 34, 34, 45, 67, 71, 43--the mode is 34 because it is the most common number in the set .
中文释义: 众数,一组数据中出现次数最多的数。
例如,有如下数组:
1,2,3,1,4,6,10,6,4,9,5,4,4,1,4
其中,4是众数,因为它出现了5次,在这个数组所有数字中出现次数最多。
如果有2个或者2个以上的数字出现的次数一样多,且都是最多次出现,则这几个数字都是众数。
例如,有如下数组:
1,2,3,1,4,6,10,1,6,4,9,5,4,4,1,1,4
其中,1和4都是众数。