| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math | 
 Mathematical operations and utilities used throughout the framework. 
 | 
| de.lmu.ifi.dbs.elki.math.statistics.distribution | 
 Standard distributions, with random generation functionalities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StatisticalMoments[] | 
StatisticalMoments.newArray(int dimensionality)
Create and initialize a new array of MeanVariance 
 | 
| Constructor and Description | 
|---|
StatisticalMoments(StatisticalMoments other)
Constructor from other instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExponentiallyModifiedGaussianDistribution | 
ExponentiallyModifiedGaussianDistribution.OlivierNorbergEstimator.estimate(StatisticalMoments mv)
Estimate parameters from a 
 |