mean property
double
get
mean
Calculates the mean (average) of the doubles in the iterable.
Implementation
double get mean => NumbersHelper.mean(toList()).toDouble();
Calculates the mean (average) of the doubles in the iterable.
double get mean => NumbersHelper.mean(toList()).toDouble();