Uses of Class
elki.math.statistics.distribution.ExponentiallyModifiedGaussianDistribution
-
Packages that use ExponentiallyModifiedGaussianDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of ExponentiallyModifiedGaussianDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return ExponentiallyModifiedGaussianDistribution Modifier and Type Method Description ExponentiallyModifiedGaussianDistributionExponentiallyModifiedGaussianDistribution.Par. make() -
Uses of ExponentiallyModifiedGaussianDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return ExponentiallyModifiedGaussianDistribution Modifier and Type Method Description ExponentiallyModifiedGaussianDistributionEMGOlivierNorbergEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)Methods in elki.math.statistics.distribution.estimator that return types with arguments of type ExponentiallyModifiedGaussianDistribution Modifier and Type Method Description java.lang.Class<? super ExponentiallyModifiedGaussianDistribution>EMGOlivierNorbergEstimator. getDistributionClass()
-