Pudu programming language
Menu
API reference

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.

Back to Std.StatsSearch related declarations