stats.StatisticsType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jstat Show documentation
Show all versions of jstat Show documentation
Java Library for Statistical Analysis.
The newest version!
package stats;
/**
* Enum StatisticsType Label the various statistic measures
*/
public enum StatisticsType {
MEAN,
VARIANCE,
MEDIAN
}