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 |
---|---|
D |
LogMOMDistributionEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift)
General form of the parameter estimation
|
D |
AbstractLogMeanVarianceEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift) |
abstract D |
AbstractLogMOMEstimator.estimateFromLogStatisticalMoments(StatisticalMoments moments,
double shift) |
D |
MOMDistributionEstimator.estimateFromStatisticalMoments(StatisticalMoments moments)
General form of the parameter estimation
|
ExponentiallyModifiedGaussianDistribution |
EMGOlivierNorbergEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |
D |
AbstractMeanVarianceEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |
abstract D |
AbstractMOMEstimator.estimateFromStatisticalMoments(StatisticalMoments moments) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.