| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math | 
 Mathematical operations and utilities used throughout the framework. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StatisticalMoments
Track various statistical moments, including mean, variance, skewness and
 kurtosis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MeanVarianceMinMax[] | 
MeanVarianceMinMax.newArray(int dimensionality)
Create and initialize a new array of MeanVarianceMinMax 
 | 
| Constructor and Description | 
|---|
MeanVarianceMinMax(MeanVarianceMinMax other)
Constructor cloning existing statistics. 
 |