public class ExpGammaExpMOMEstimator extends java.lang.Object implements DistributionEstimator<ExpGammaDistribution>
GammaMOMEstimator
and a simple exp data
transformation.Modifier and Type | Class and Description |
---|---|
static class |
ExpGammaExpMOMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static ExpGammaExpMOMEstimator |
STATIC
Static estimation using just the mean and variance.
|
Modifier | Constructor and Description |
---|---|
private |
ExpGammaExpMOMEstimator()
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
<A> ExpGammaDistribution |
estimate(A data,
NumberArrayAdapter<?,A> adapter)
General form of the parameter estimation
|
ExpGammaDistribution |
estimateFromExpMeanVariance(MeanVariance mv) |
java.lang.Class<? super ExpGammaDistribution> |
getDistributionClass()
Get the class that is produced by the estimator.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
estimate
public static final ExpGammaExpMOMEstimator STATIC
public <A> ExpGammaDistribution estimate(A data, NumberArrayAdapter<?,A> adapter)
DistributionEstimator
estimate
in interface DistributionEstimator<ExpGammaDistribution>
data
- Data setadapter
- Number array adapterpublic ExpGammaDistribution estimateFromExpMeanVariance(MeanVariance mv)
public java.lang.Class<? super ExpGammaDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<ExpGammaDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.