Std.Stats.covariance
1 declaration
fn
covariance: &Array[Float64] -> &Array[Float64] -> Option[Float64]Sample covariance of paired values; None when the lengths differ or fewer than two pairs are given.
1 declaration
covariance: &Array[Float64] -> &Array[Float64] -> Option[Float64]Sample covariance of paired values; None when the lengths differ or fewer than two pairs are given.