org.apache.commons.math.stat.descriptive.summary |
Other summary statistics.
|
Java Source File Name | Type | Comment |
Product.java | Class | Returns the product of the available values.
If there are no values in the dataset, or any of the values are
NaN , then NaN is returned. |
ProductTest.java | Class | Test cases for the
UnivariateStatistic class. |
Sum.java | Class | Returns the sum of the available values.
If there are no values in the dataset, or any of the values are
NaN , then NaN is returned. |
SumLogTest.java | Class | Test cases for the
UnivariateStatistic class. |
SumOfLogs.java | Class | Returns the sum of the natural logs for this collection of values. |
SumOfSquares.java | Class | Returns the sum of the squares of the available values.
If there are no values in the dataset, or any of the values are
NaN , then NaN is returned. |
SumSqTest.java | Class | Test cases for the
SumOfSquares class. |
SumTest.java | Class | Test cases for the
Sum class. |