Uses of Interface
elki.math.statistics.distribution.estimator.LogMOMDistributionEstimator
-
Packages that use LogMOMDistributionEstimator Package Description elki.math.statistics.distribution.estimator Estimators for statistical distributions.elki.math.statistics.distribution.estimator.meta Meta estimators: estimators that do not actually estimate themselves, but instead use other estimators, e.g., on a trimmed data set, or as an ensemble. -
-
Uses of LogMOMDistributionEstimator in elki.math.statistics.distribution.estimator
Subinterfaces of LogMOMDistributionEstimator in elki.math.statistics.distribution.estimator Modifier and Type Interface Description interfaceLogMeanVarianceEstimator<D extends Distribution>Estimators that work on Mean and Variance only (i.e. the first two moments only).Classes in elki.math.statistics.distribution.estimator that implement LogMOMDistributionEstimator Modifier and Type Class Description classLogGammaLogMOMEstimatorSimple parameter estimation for the LogGamma distribution.classLogNormalLogMOMEstimatorNaive distribution estimation using mean and sample variance. -
Uses of LogMOMDistributionEstimator in elki.math.statistics.distribution.estimator.meta
Fields in elki.math.statistics.distribution.estimator.meta with type parameters of type LogMOMDistributionEstimator Modifier and Type Field Description protected java.util.Collection<LogMOMDistributionEstimator<?>>BestFitEstimator. logmomestsLogspace Method of Moments estimators.
-