[src] Function arrayfire::cov_v2
pub fn cov_v2<T>(
x: &Array<T>,
y: &Array<T>,
bias_kind: VarianceBias
) -> Array<T::MeanOutType> where
T: HasAfEnum + CovarianceComputable,
T::MeanOutType: HasAfEnum,
Compute covariance of two Arrays
Parameters
xis the first Arrayyis the second Arraybias_kindof type VarianceBias denotes the type of variane to be computed
Return Values
An Array with Covariance values