[][src]Function arrayfire::corrcoef

pub fn corrcoef<T>(x: &Array<T>, y: &Array<T>) -> (f64, f64) where
    T: HasAfEnum + RealNumber

Compute correlation coefficient

Parameters

Return Values

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