Function arrayfire::cov
[−]
[src]
pub fn cov(x: &Array, y: &Array, isbiased: bool) -> Array
Compute covariance of two Arrays
Parameters
xis the first Arrayyis the second Arrayisbiasedis boolean denoting if biased estimate should be taken(default: False)
Return Values
An Array with Covariance values