Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.statistics.distribution |
Standard distributions, with random generation functionalities.
|
de.lmu.ifi.dbs.elki.math.statistics.distribution.estimator |
Estimators for statistical distributions.
|
Modifier and Type | Method and Description |
---|---|
protected LogNormalDistribution |
LogNormalDistribution.Parameterizer.makeInstance() |
Modifier and Type | Method and Description |
---|---|
<A> LogNormalDistribution |
LogNormalLevenbergMarquardtKDEEstimator.estimate(A data,
NumberArrayAdapter<?,A> adapter) |
LogNormalDistribution |
LogNormalLMMEstimator.estimateFromLMoments(double[] xmom) |
LogNormalDistribution |
LogNormalBilkovaLMMEstimator.estimateFromLMoments(double[] xmom) |
LogNormalDistribution |
LogNormalLogMOMEstimator.estimateFromLogMeanVariance(MeanVariance mv,
double shift) |
LogNormalDistribution |
LogNormalLogMADEstimator.estimateFromLogMedianMAD(double median,
double mad,
double shift) |
Modifier and Type | Method and Description |
---|---|
Class<? super LogNormalDistribution> |
LogNormalLogMOMEstimator.getDistributionClass() |
Class<? super LogNormalDistribution> |
LogNormalLogMADEstimator.getDistributionClass() |
Class<? super LogNormalDistribution> |
LogNormalLevenbergMarquardtKDEEstimator.getDistributionClass() |
Class<? super LogNormalDistribution> |
LogNormalLMMEstimator.getDistributionClass() |
Class<? super LogNormalDistribution> |
LogNormalBilkovaLMMEstimator.getDistributionClass() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.