Class ExpGammaExpMOMEstimator

  • All Implemented Interfaces:
    DistributionEstimator<ExpGammaDistribution>

    public class ExpGammaExpMOMEstimator
    extends java.lang.Object
    implements DistributionEstimator<ExpGammaDistribution>
    Simple parameter estimation for the ExpGamma distribution. This is a very naive estimation, based on the mean and variance only, sometimes referred to as the "Method of Moments" (MOM). This estimator based on the GammaMOMEstimator and a simple exp data transformation.
    Since:
    0.7.5
    Author:
    Erich Schubert