| Name | Description | Type | Package | Framework |
| Product | Returns the product of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
| Sum | Returns the sum of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
| SummaryStatistics | Computes summary statistics for a stream of data values added using the addValue method. | Class | org.apache.commons.math3.stat.descriptive | Apache Commons |
| SumOfLogs | Returns the sum of the natural logs for this collection of values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |
| SumOfSquares | Returns the sum of the squares of the available values. | Class | org.apache.commons.math3.stat.descriptive.summary | Apache Commons |