| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
| de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator |
Estimators for statistical distributions.
|
| 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 |
|---|---|
abstract D |
AbstractLogMOMEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift) |
D |
LogMOMDistributionEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift)
General form of the parameter estimation
|
D |
AbstractLogMeanVarianceEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift) |
D |
AbstractMeanVarianceEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |
abstract D |
AbstractMOMEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |
D |
MOMDistributionEstimator.estimateFromStatisticalMoments(StatisticalMoments moments)
General form of the parameter estimation
|
ExponentiallyModifiedGaussianDistribution |
EMGOlivierNorbergEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |