Function arrayfire::median_all [] [src]

pub fn median_all(input: &Array) -> (f64, f64)

Compute median of all data

Parameters

  • input is the input Array

Return Values

A tuple of 64-bit floating point values with the stat values.