C H L M N S

C

collect(double) - Method in class Statistic
Adds a value to the statistic collection
count() - Method in class Statistic
Retrieves the count of how many values collected so far
current() - Method in class Statistic
Retrieves the most recent value collected

H

highest() - Method in class Statistic
Retrieves the highest value collected so far

L

lowest() - Method in class Statistic
Retrieves the lowest value collected so far

M

mean() - Method in class Statistic
Retrieves the mean (average) of the values collected so far

N

name() - Method in class Statistic
Retrieves the name given to the Statistic object

S

standardDeviation() - Method in class Statistic
Retrieves the standard deviation of the values collected so far
Statistic - Class in <Unnamed>
Abstract data type to collect values and provide certain statistical properties of the collection.
Statistic(String) - Constructor for class Statistic
Constructor
sum() - Method in class Statistic
Retrieves the sum of the values collected so far

C H L M N S