Generated by
JDiff

Class com.google.common.math.DoubleMath

Added Methods
double mean(double[]) Returns the arithmetic mean of the values.
double mean(int[]) Returns the arithmetic mean of the values.
double mean(Iterable<? extends Number>) Returns the arithmetic mean of the values.
double mean(Iterator<? extends Number>) Returns the arithmetic mean of the values.
double mean(long[]) Returns the arithmetic mean of the values.