standard deviation
s = std_deviation(v)
vector of real numbers
positive real number
std_deviation(v) returns the standard deviation of the components of the vector v.
std_deviation(v)
v.
v=[8,10,11] std_deviation(v) std_deviation([10^8+1,10^8+2,10^8+3])