[−][src]Function arrayfire::corrcoef
pub fn corrcoef<T>(x: &Array<T>, y: &Array<T>) -> (f64, f64) where
T: HasAfEnum + RealNumber, Compute correlation coefficient
Parameters
xis the first Arrayyisthe second Array
Return Values
A tuple of 64-bit floating point values with the coefficients.