Function median_all

Source
pub fn median_all<T>(input: &Array<T>) -> (f64, f64)
Expand description

Compute median of all data

§Parameters

  • input is the input Array

§Return Values

A tuple of 64-bit floating point values with the median