A M S 

A

acm - package acm
 

M

maximum(String) - Static method in class acm.Statistics
Returns the maximum of the values of the given string.
mean(String) - Static method in class acm.Statistics
Returns the mean of the values of the given string.
median(String) - Static method in class acm.Statistics
Returns the median of the values of the given string.
minimum(String) - Static method in class acm.Statistics
Returns the minimum of the values of the given string.

S

standardDeviation(String) - Static method in class acm.Statistics
Returns the standard deviation of the values of the given string.
Statistics - Class in acm
This class provides some simple statistical functions.
A M S