statistical::univariate

Function mode

Source
pub fn mode<T>(v: &[T]) -> Option<T>
where T: Hash + Copy + Eq,