mean property

double get mean

Calculates the mean (average) of the doubles in the iterable.

Implementation

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