public class LaplaceLMMEstimator extends java.lang.Object implements LMMDistributionEstimator<LaplaceDistribution>
Modifier and Type | Class and Description |
---|---|
static class |
LaplaceLMMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static LaplaceLMMEstimator |
STATIC
Static instance.
|
Modifier | Constructor and Description |
---|---|
private |
LaplaceLMMEstimator()
Private constructor, use static instance!
|
Modifier and Type | Method and Description |
---|---|
LaplaceDistribution |
estimateFromLMoments(double[] xmom)
Estimate from the L-Moments.
|
java.lang.Class<? super LaplaceDistribution> |
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 LaplaceLMMEstimator STATIC
private LaplaceLMMEstimator()
public LaplaceDistribution estimateFromLMoments(double[] xmom)
LMMDistributionEstimator
estimateFromLMoments
in interface LMMDistributionEstimator<LaplaceDistribution>
xmom
- L-Momentspublic int getNumMoments()
LMMDistributionEstimator
getNumMoments
in interface LMMDistributionEstimator<LaplaceDistribution>
public java.lang.Class<? super LaplaceDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<LaplaceDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.