@Reference(authors="J. R. M. Hosking", title="Fortran routines for use with the method of L-moments Version 3.03", booktitle="IBM Research Technical Report", bibkey="tr/ibm/Hosking00") public class LogisticLMMEstimator extends java.lang.Object implements LMMDistributionEstimator<LogisticDistribution>
Reference:
J. R. M. Hosking
Fortran routines for use with the method of L-moments Version 3.03
IBM Research.
Modifier and Type | Class and Description |
---|---|
static class |
LogisticLMMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static LogisticLMMEstimator |
STATIC
Static instance.
|
Modifier | Constructor and Description |
---|---|
private |
LogisticLMMEstimator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LogisticDistribution |
estimateFromLMoments(double[] xmom)
Estimate from the L-Moments.
|
java.lang.Class<? super LogisticDistribution> |
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 LogisticLMMEstimator STATIC
private LogisticLMMEstimator()
public int getNumMoments()
LMMDistributionEstimator
getNumMoments
in interface LMMDistributionEstimator<LogisticDistribution>
public LogisticDistribution estimateFromLMoments(double[] xmom)
LMMDistributionEstimator
estimateFromLMoments
in interface LMMDistributionEstimator<LogisticDistribution>
xmom
- L-Momentspublic java.lang.Class<? super LogisticDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<LogisticDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.