variance property

double get variance

Computes the variance of the doubles in the iterable.

Implementation

double get variance => NumbersHelper.variance(toList()).toDouble();