Uses of Package
org.apache.commons.math4.stat.descriptive.summary
| Package | Description |
|---|---|
| org.apache.commons.math4.stat.descriptive.moment |
Summary statistics based on moments.
|
| org.apache.commons.math4.stat.descriptive.summary |
Other summary statistics.
|
-
Classes in org.apache.commons.math4.stat.descriptive.summary used by org.apache.commons.math4.stat.descriptive.moment Class Description SumOfLogs Returns the sum of the natural logs for this collection of values. -
Classes in org.apache.commons.math4.stat.descriptive.summary used by org.apache.commons.math4.stat.descriptive.summary Class Description Product Returns the product of the available values.Sum Returns the sum of the available values.SumOfLogs Returns the sum of the natural logs for this collection of values.SumOfSquares Returns the sum of the squares of the available values.