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