Function arrayfire::corrcoef [] [src]

pub fn corrcoef(x: &Array, y: &Array) -> (f64, f64)

Compute correlation coefficient

Parameters

  • x is the first Array
  • y isthe second Array

Return Values

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