variance property
double
get
variance
Computes the variance of the doubles in the iterable.
Implementation
double get variance => NumbersHelper.variance(toList()).toDouble();
Computes the variance of the doubles in the iterable.
double get variance => NumbersHelper.variance(toList()).toDouble();