Class LogNormalBilkovaLMMEstimator

  • All Implemented Interfaces:
    DistributionEstimator<LogNormalDistribution>, LMMDistributionEstimator<LogNormalDistribution>

    @Reference(authors="D. B\u00edlkov\u00e1",
               title="Lognormal distribution and using L-moment method for estimating its parameters",
               booktitle="Int. Journal of Mathematical Models and Methods in Applied Sciences (NAUN)",
               url="http://www.naun.org/multimedia/NAUN/m3as/17-079.pdf",
               bibkey="journals/naun/Bilkova12")
    public class LogNormalBilkovaLMMEstimator
    extends java.lang.Object
    implements LMMDistributionEstimator<LogNormalDistribution>
    Alternate estimate the parameters of a log Gamma Distribution, using the methods of L-Moments (LMM) for the Generalized Normal Distribution.

    Reference:

    D. Bílková
    Lognormal distribution and using L-moment method for estimating its parameters
    Int. Journal of Mathematical Models and Methods in Applied Sciences (NAUN)

    See also LogNormalLMMEstimator for a similar estimator, based on the generalized normal distribution, as used by Hosking.

    Since:
    0.6.0
    Author:
    Erich Schubert