standardDeviation(a)

Returns the standard deviation of the values stored in array a.

standardDeviation(A)

Returns an array with the standard deviation of the columns of matrix A.


See also variance mean median mode 


Example


a = ( 1, 2, 3, 4 )

( 1, 2, 3, 4 )

standardDeviation( a )

1.1180