| |
|
| java.lang.Object com.quadcap.jni.Stat
Stat | public class Stat (Code) | | A simple statistics object
author: Stan Bailes |
add | public void add(double d)(Code) | | |
getAdjustedMean | public double getAdjustedMean()(Code) | | Throw out the high and the low before computing the average.
|
getCount | final public long getCount()(Code) | | |
getMax | public double getMax()(Code) | | |
getMean | final public double getMean()(Code) | | Return the arithmetic mean (the "average") of the sample
|
getMin | public double getMin()(Code) | | |
getTotal | public double getTotal()(Code) | | |
|
|
|