Uses of Class
elki.math.statistics.distribution.LogLogisticDistribution
-
Packages that use LogLogisticDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of LogLogisticDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return LogLogisticDistribution Modifier and Type Method Description LogLogisticDistribution
LogLogisticDistribution.Par. make()
-
Uses of LogLogisticDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return LogLogisticDistribution Modifier and Type Method Description LogLogisticDistribution
LogLogisticMADEstimator. estimateFromLogMedianMAD(double median, double mad, double shift)
Methods in elki.math.statistics.distribution.estimator that return types with arguments of type LogLogisticDistribution Modifier and Type Method Description java.lang.Class<? super LogLogisticDistribution>
LogLogisticMADEstimator. getDistributionClass()
-