Standard deviation
Applies to: general, python, statistics
Standard deviation is the square root of variance, putting spread back in the original units.
std = np.sqrt(var)
See also: variance
Applies to: general, python, statistics
Standard deviation is the square root of variance, putting spread back in the original units.
std = np.sqrt(var)
See also: variance