Function arrayfire::cov [] [src]

pub fn cov(x: &Array, y: &Array, isbiased: bool) -> Array

Compute covariance of two Arrays

Parameters

  • x is the first Array
  • y is the second Array
  • isbiased is boolean denoting if biased estimate should be taken(default: False)

Return Values

An Array with Covariance values