| 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 RayleighDistribution | 
RayleighDistribution.Parameterizer.makeInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
<A> RayleighDistribution | 
RayleighMLEEstimator.estimate(A data,
        NumberArrayAdapter<?,A> adapter)  | 
RayleighDistribution | 
RayleighLMMEstimator.estimateFromLMoments(double[] xmom)  | 
RayleighDistribution | 
RayleighMADEstimator.estimateFromMedianMAD(double median,
                     double mad)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? super RayleighDistribution> | 
RayleighLMMEstimator.getDistributionClass()  | 
java.lang.Class<? super RayleighDistribution> | 
RayleighMLEEstimator.getDistributionClass()  | 
java.lang.Class<? super RayleighDistribution> | 
RayleighMADEstimator.getDistributionClass()  | 
Copyright © 2019 ELKI Development Team. License information.