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 ExponentialDistributionExponentialDistribution.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 ExponentialDistributionExponentialLMMEstimator. estimateFromLMoments(double[] xmom)ExponentialDistributionExponentialMOMEstimator. estimateFromMeanVariance(MeanVariance mv)ExponentialDistributionExponentialMADEstimator. estimateFromMedianMAD(double median, double mad)ExponentialDistributionExponentialMedianEstimator. 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()
-