Pudu programming language
Menu
API reference

Std.Stats.variance

1 declaration

fn

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

Sample variance with n - 1 in the denominator; None below two values.

Back to Std.StatsSearch related declarations