Package | Description |
---|---|
fr.cnes.sirius.patrius.math.random |
Random number and random data generators.
|
fr.cnes.sirius.patrius.math.stat.descriptive |
Modifier and Type | Method and Description |
---|---|
List<SummaryStatistics> |
EmpiricalDistribution.getBinStats()
Returns a List of
SummaryStatistics instances containing
statistics describing the values in each of the bins. |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedSummaryStatistics
Implementation of
SummaryStatistics that
is safe to use in a multithreaded environment. |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics |
SummaryStatistics.copy()
Returns a copy of this SummaryStatistics instance with the same internal state.
|
SummaryStatistics |
AggregateSummaryStatistics.createContributingStatistics()
Creates and returns a
SummaryStatistics whose data will be
aggregated with those of this AggregateSummaryStatistics . |
Modifier and Type | Method and Description |
---|---|
static void |
SummaryStatistics.copy(SummaryStatistics sourceIn,
SummaryStatistics destIn)
Copies source to dest.
|
Modifier and Type | Method and Description |
---|---|
static StatisticalSummaryValues |
AggregateSummaryStatistics.aggregate(Collection<SummaryStatistics> statistics)
Computes aggregate summary statistics.
|
Constructor and Description |
---|
AggregateSummaryStatistics(SummaryStatistics prototypeStatistics)
Initializes a new AggregateSummaryStatistics with the specified statistics
object as a prototype for contributing statistics and for the internal
aggregate statistics.
|
AggregateSummaryStatistics(SummaryStatistics prototypeStatistics,
SummaryStatistics initialStatistics)
Initializes a new AggregateSummaryStatistics with the specified statistics
object as a prototype for contributing statistics and for the internal
aggregate statistics.
|
SummaryStatistics(SummaryStatistics original)
A copy constructor.
|
Copyright © 2021 CNES. All rights reserved.