mean_all

Function mean_all 

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

Compute mean of all data

§Parameters

  • input is the input Array

§Return Values

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