Function arrayfire::mean_all_weighted [] [src]

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

Compute weighted mean of all data

Parameters

  • input is the input Array
  • weights Array has the weights

Return Values

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