Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
Modifier and Type | Class and Description |
---|---|
class |
MeanVariance
Do some simple statistics (mean, variance) using a numerically stable online
algorithm.
|
Modifier and Type | Method and Description |
---|---|
static Mean[] |
Mean.newArray(int dimensionality)
Create and initialize a new array of MeanVariance
|
Modifier and Type | Method and Description |
---|---|
void |
MeanVariance.put(Mean other)
Join the data of another MeanVariance instance.
|
void |
Mean.put(Mean other)
Join the data of another MeanVariance instance.
|
Constructor and Description |
---|
Mean(Mean other)
Constructor from other instance
|