Interface LMMDistributionEstimator<D extends Distribution>

    • Method Detail

      • estimateFromLMoments

        D estimateFromLMoments​(double[] moments)
        Estimate from the L-Moments.
        Parameters:
        moments - L-Moments
        Returns:
        Distribution
      • getNumMoments

        int getNumMoments()
        The number of moments needed.
        Returns:
        Moments needed.