standardDeviation
Computes the standard deviation of all observations.
This is the square root of variance.
Return
the standard deviation, or Double.NaN if insufficient data.
Parameters
kind
whether to compute sample or population standard deviation. Defaults to PopulationKind.SAMPLE.