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 | Class and Description |
---|---|
class |
ChiSquaredDistribution
Chi-Squared distribution (a specialization of the Gamma distribution).
|
Modifier and Type | Method and Description |
---|---|
protected GammaDistribution |
GammaDistribution.Parameterizer.makeInstance() |
Modifier and Type | Method and Description |
---|---|
<A> GammaDistribution |
GammaChoiWetteEstimator.estimate(A data,
NumberArrayAdapter<?,A> adapter) |
GammaDistribution |
GammaLMMEstimator.estimateFromLMoments(double[] xmom) |
GammaDistribution |
GammaMOMEstimator.estimateFromMeanVariance(MeanVariance mv) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? super GammaDistribution> |
GammaChoiWetteEstimator.getDistributionClass() |
java.lang.Class<? super GammaDistribution> |
GammaLMMEstimator.getDistributionClass() |
java.lang.Class<? super GammaDistribution> |
GammaMOMEstimator.getDistributionClass() |
Copyright © 2019 ELKI Development Team. License information.