Function cov_v2

Source
pub fn cov_v2<T>(
    x: &Array<T>,
    y: &Array<T>,
    bias_kind: VarianceBias,
) -> Array<T::MeanOutType>
Expand description

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