| 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 | 
|---|---|
java.lang.Class<? super LogNormalDistribution> | 
LogNormalLogMADEstimator.getDistributionClass()  | 
java.lang.Class<? super LogNormalDistribution> | 
LogNormalLevenbergMarquardtKDEEstimator.getDistributionClass()  | 
java.lang.Class<? super LogNormalDistribution> | 
LogNormalLMMEstimator.getDistributionClass()  | 
java.lang.Class<? super LogNormalDistribution> | 
LogNormalLogMOMEstimator.getDistributionClass()  | 
java.lang.Class<? super LogNormalDistribution> | 
LogNormalBilkovaLMMEstimator.getDistributionClass()  | 
Copyright © 2019 ELKI Development Team. License information.