std()
Returns the standard deviation of the elements in a column of doubles.
Declaration
func std() -> Double?Return Value
A Double; otherwise nil if the column is invalid.
Returns the standard deviation of the elements in a column of doubles.
func std() -> Double?A Double; otherwise nil if the column is invalid.