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