[−][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
x
is the first Arrayy
is the second Arraybias_kind
of type VarianceBias denotes the type of variane to be computed
Return Values
An Array with Covariance values