Uses of Class
elki.math.statistics.distribution.GeneralizedLogisticAlternateDistribution
-
Packages that use GeneralizedLogisticAlternateDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of GeneralizedLogisticAlternateDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return GeneralizedLogisticAlternateDistribution Modifier and Type Method Description GeneralizedLogisticAlternateDistribution
GeneralizedLogisticAlternateDistribution.Par. make()
-
Uses of GeneralizedLogisticAlternateDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return GeneralizedLogisticAlternateDistribution Modifier and Type Method Description GeneralizedLogisticAlternateDistribution
GeneralizedLogisticAlternateLMMEstimator. estimateFromLMoments(double[] xmom)
Methods in elki.math.statistics.distribution.estimator that return types with arguments of type GeneralizedLogisticAlternateDistribution Modifier and Type Method Description java.lang.Class<? super GeneralizedLogisticAlternateDistribution>
GeneralizedLogisticAlternateLMMEstimator. getDistributionClass()
-