[][src]Function arrayfire::mean_all_weighted

pub fn mean_all_weighted<T, W>(
    input: &Array<T>,
    weights: &Array<W>
) -> (f64, f64) where
    T: HasAfEnum,
    W: HasAfEnum + RealFloating

Compute weighted mean of all data

Parameters

Return Values

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