IntegerStatistics computes several simple descriptive statistics of Integer values in a List.
IntegerStatistics
Integer
List
IntegerStatistics();
static double mean(List aList);
Computes the mean of the List of Integer values.
static double stdev(List aList);
Computes the standard deviation of the List of Integer values.