Standard Deviation Calculator
Note: The standard deviation (SD) is a simple measure of the variablity of a data set.
It tells you how tightly all the various examples are clustered.
Smaller SD value means samples are clustered tightly, vice versa.
The algorithm is as follows:
Where:
S1, S2, ... Sn are samples.
u is the mean of the samples.
n is the sample number.
The standard deviation is the square root of the variance.