Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.filter.transform |
Data space transformations.
|
de.lmu.ifi.dbs.elki.math.statistics.distribution |
Standard distributions, with random generation functionalities.
|
de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator |
Estimators for statistical distributions.
|
Modifier and Type | Field and Description |
---|---|
(package private) ExponentialDistribution |
HistogramJitterFilter.rnd
Random generator.
|
Modifier and Type | Method and Description |
---|---|
protected ExponentialDistribution |
ExponentialDistribution.Parameterizer.makeInstance() |
Modifier and Type | Method and Description |
---|---|
ExponentialDistribution |
ExponentialLMMEstimator.estimateFromLMoments(double[] xmom) |
ExponentialDistribution |
ExponentialMOMEstimator.estimateFromMeanVariance(MeanVariance mv) |
ExponentialDistribution |
ExponentialMedianEstimator.estimateFromMedianMAD(double median,
double mad) |
ExponentialDistribution |
ExponentialMADEstimator.estimateFromMedianMAD(double median,
double mad) |
Modifier and Type | Method and Description |
---|---|
Class<? super ExponentialDistribution> |
ExponentialMedianEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialMOMEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialMADEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialLMMEstimator.getDistributionClass() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.