Results for “Std.Stats.variance”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Stats.variance
&Array[Float64] -> Option[Float64]Sample variance with
n - 1in the denominator;Nonebelow two values.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[Float64] -> Option[Float64]Sample variance with n - 1 in the denominator; None below two values.