Function classif::get_tail_head_breaks [] [src]

pub fn get_tail_head_breaks<T>(sorted_values: &[T]) -> Vec<T> where
    T: Float + NumAssignOps

Compute the "Tail-Head" breaks on a list of sorted values (its actually just the inverse of the Head-Tail method, to be used on heavily left skewed distributions).