[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 Array
  • y is the second Array
  • bias_kind of type VarianceBias denotes the type of variane to be computed

Return Values

An Array with Covariance values

AltStyle によって変換されたページ (->オリジナル) /