public class UniformLMMEstimator extends java.lang.Object implements LMMDistributionEstimator<UniformDistribution>
Modifier and Type | Class and Description |
---|---|
static class |
UniformLMMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static UniformLMMEstimator |
STATIC
Static instance
|
Modifier | Constructor and Description |
---|---|
private |
UniformLMMEstimator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UniformDistribution |
estimateFromLMoments(double[] xmom)
Estimate from the L-Moments.
|
java.lang.Class<? super UniformDistribution> |
getDistributionClass()
Get the class that is produced by the estimator.
|
int |
getNumMoments()
The number of moments needed.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
estimate
estimate
public static final UniformLMMEstimator STATIC
private UniformLMMEstimator()
public int getNumMoments()
LMMDistributionEstimator
getNumMoments
in interface LMMDistributionEstimator<UniformDistribution>
public UniformDistribution estimateFromLMoments(double[] xmom)
LMMDistributionEstimator
estimateFromLMoments
in interface LMMDistributionEstimator<UniformDistribution>
xmom
- L-Momentspublic java.lang.Class<? super UniformDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<UniformDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.