FunctionMode
public enum FunctionMode : String, Encodable
stddev supports two formula variants: sample (normalize by N-1) and population (normalize by N).
-
Undocumented
Declaration
Swift
case sample
-
Undocumented
Declaration
Swift
case population