Package | Description |
---|---|
org.apache.commons.math3.stat |
Data storage, manipulation and summary routines.
|
org.apache.commons.math3.stat.descriptive |
Generic univariate summary statistic objects.
|
org.apache.commons.math3.stat.descriptive.moment |
Summary statistics based on moments.
|
Modifier and Type | Field and Description |
---|---|
private static GeometricMean |
StatUtils.GEOMETRIC_MEAN
geometric mean
|
Modifier and Type | Field and Description |
---|---|
private GeometricMean |
SummaryStatistics.geoMean
geoMean of values that have been added
|
Modifier and Type | Method and Description |
---|---|
GeometricMean |
GeometricMean.copy()
Returns a copy of the statistic with the same internal state.
|
Modifier and Type | Method and Description |
---|---|
static void |
GeometricMean.copy(GeometricMean source,
GeometricMean dest)
Copies source to dest.
|
Constructor and Description |
---|
GeometricMean(GeometricMean original)
Copy constructor, creates a new
GeometricMean identical
to the original |