standardDeviation property
num
get
standardDeviation
Calculates the standard deviation of the numbers in the iterable.
Implementation
num get standardDeviation => NumbersHelper.standardDeviation(toList());