Uses of Class
elki.math.statistics.distribution.ExponentialDistribution
-
Packages that use ExponentialDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of ExponentialDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return ExponentialDistribution Modifier and Type Method Description ExponentialDistribution
ExponentialDistribution.Par. make()
-
Uses of ExponentialDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return ExponentialDistribution Modifier and Type Method 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)
Methods in elki.math.statistics.distribution.estimator that return types with arguments of type ExponentialDistribution Modifier and Type Method Description java.lang.Class<? super ExponentialDistribution>
ExponentialLMMEstimator. getDistributionClass()
java.lang.Class<? super ExponentialDistribution>
ExponentialMADEstimator. getDistributionClass()
java.lang.Class<? super ExponentialDistribution>
ExponentialMedianEstimator. getDistributionClass()
java.lang.Class<? super ExponentialDistribution>
ExponentialMOMEstimator. getDistributionClass()
-