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 LaplaceDistribution |
LaplaceDistribution.Parameterizer.makeInstance() |
Modifier and Type | Method and Description |
---|---|
<A> LaplaceDistribution |
LaplaceMLEEstimator.estimate(A data,
NumberArrayAdapter<?,A> adapter) |
LaplaceDistribution |
LaplaceLMMEstimator.estimateFromLMoments(double[] xmom) |
LaplaceDistribution |
LaplaceMADEstimator.estimateFromMedianMAD(double median,
double mad) |
Modifier and Type | Method and Description |
---|---|
Class<? super LaplaceDistribution> |
LaplaceMLEEstimator.getDistributionClass() |
Class<? super LaplaceDistribution> |
LaplaceMADEstimator.getDistributionClass() |
Class<? super LaplaceDistribution> |
LaplaceLMMEstimator.getDistributionClass() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.