Function arrayfire::var_all_weighted [] [src]

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

Compute weighted variance 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.