variance property

num get variance

Computes the variance of the numbers in the iterable.

Implementation

num get variance => NumbersHelper.variance(toList());