Class StatisticsUtil
java.lang.Object
com.bluebell.greenhouse.platform.util.math.StatisticsUtil
Shared statistical utility methods for collection-based numeric analysis.
- Version:
- 2.0.4
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic doubleComputes kurtosis.static doubleComputes the arithmetic mean.static doublemeanAbsolute(List<Double> values) Computes the mean absolute value.static doubleComputes the median.static doubleComputes skewness.static doublestandardDeviation(List<Double> values) Computes the population standard deviation.
-
Method Details
-
mean
-
meanAbsolute
-
median
-
standardDeviation
-
skewness
-
kurtosis
-