All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stats.StatisticsType Maven / Gradle / Ivy

The newest version!
package stats;

/**
 * Enum StatisticsType Label the various statistic measures
 */
public enum StatisticsType {

    MEAN,
    VARIANCE,
    MEDIAN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy