Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.filter |
Data filtering, in particular for normalization and projection.
|
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 |
ExponentialMADEstimator.estimateFromMedianMAD(double median,
double mad) |
ExponentialDistribution |
ExponentialMedianEstimator.estimateFromMedianMAD(double median,
double mad) |
Modifier and Type | Method and Description |
---|---|
Class<? super ExponentialDistribution> |
ExponentialMADEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialMOMEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialLMMEstimator.getDistributionClass() |
Class<? super ExponentialDistribution> |
ExponentialMedianEstimator.getDistributionClass() |