std_dev

ABSTRACT

Finds the standard deviation of a vector of numbers

PARAMETERS
xthe input vector of numbers, which must contain at least one element
RETURN

the standard deviation of the vector of numbers

DECLARATION
func std_dev(x)