Package | Description |
---|---|
org.apache.commons.math3.stat.descriptive |
Generic univariate summary statistic objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedDescriptiveStatistics
Implementation of
DescriptiveStatistics that
is safe to use in a multithreaded environment. |
Modifier and Type | Method and Description |
---|---|
DescriptiveStatistics |
DescriptiveStatistics.copy()
Returns a copy of this DescriptiveStatistics instance with the same internal state.
|
Modifier and Type | Method and Description |
---|---|
static void |
DescriptiveStatistics.copy(DescriptiveStatistics source,
DescriptiveStatistics dest)
Copies source to dest.
|
Constructor and Description |
---|
DescriptiveStatistics(DescriptiveStatistics original)
Copy constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.