| Name | Description | Type | Package | Framework |
| GeometricMean | geometric mean of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| Kurtosis | Computes the Kurtosis of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| Mean | Computes the arithmetic mean of a set of values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| SecondMoment | Computes a statistic related to the Second Central Moment. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| SemiVariance | Computes the semivariance of a set of values with respect to a given cutoff value. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| SemiVariance .Direction | The direction of the semivariance - either upside or downside. | Class | org.apache.commons.math3.stat.descriptive.moment.SemiVariance | Apache Commons |
| Skewness | Computes the skewness of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| StandardDeviation | Computes the sample standard deviation. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| Variance | Computes the variance of the available values. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| VectorialCovariance | Returns the covariance matrix of the available vectors. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |
| VectorialMean | Returns the arithmetic mean of the available vectors. | Class | org.apache.commons.math3.stat.descriptive.moment | Apache Commons |