Package | Description |
---|---|
org.apache.commons.math3.stat.descriptive |
Generic univariate summary statistic objects.
|
Modifier and Type | Method and Description |
---|---|
SynchronizedSummaryStatistics |
SynchronizedSummaryStatistics.copy()
Returns a copy of this SynchronizedSummaryStatistics instance with the
same internal state.
|
Modifier and Type | Method and Description |
---|---|
static void |
SynchronizedSummaryStatistics.copy(SynchronizedSummaryStatistics source,
SynchronizedSummaryStatistics dest)
Copies source to dest.
|
Constructor and Description |
---|
SynchronizedSummaryStatistics(SynchronizedSummaryStatistics original)
A copy constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.