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.
1 declaration
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.