public class StandardDeviation extends FeatureHistogramStatistic
Calculates the standard deviation of values in a Histogram.

The standard deviation is a measure of the amount of variation or dispersion of a set of values. It is the square root of the variance, which is the average of the squared differences from the mean.