Package | Description |
---|---|
fr.cnes.sirius.patrius.math.stat.descriptive |
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 © 2020 CNES. All rights reserved.