median_float

Function median_float 

Source
pub fn median_float<T>(data: Vec<T>) -> Option<T>
where T: Float + NumCast,
Expand description

Returns the median value of the given data set, or None if data is empty.