variance property
num
get
variance
Computes the variance of the numbers in the iterable.
Implementation
num get variance => NumbersHelper.variance(toList());
Computes the variance of the numbers in the iterable.
num get variance => NumbersHelper.variance(toList());