Pudu programming language
Menu
API reference

Std.Stats.correlation

1 declaration

fn

correlation: &Array[Float64] -> &Array[Float64] -> Option[Float64]

Pearson correlation of paired values, from -1 to 1.

None when the lengths differ, fewer than two pairs are given, or either side is constant.

Back to Std.StatsSearch related declarations