numpy/std

Standard Deviation

Compute standard deviation

numpy
math
aggregate

Command

np.std(arr)

Explanation

Measures spread of array values.

Examples

Standard deviation of array

np.std(arr)