Class DistributionLL


  • public class DistributionLL
    extends Distribution
    Log-logistic distribution.

    Unlike for DFR, the natural logarithm is used, as it is faster to compute and the original paper does not express any preference to a specific base.

    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • DistributionLL

        public DistributionLL()
        Sole constructor: parameter-free
    • Method Detail

      • score

        public final double score​(BasicStats stats,
                                  double tfn,
                                  double lambda)
        Description copied from class: Distribution
        Computes the score.
        Specified by:
        score in class Distribution
      • toString

        public String toString()
        Description copied from class: Distribution
        Subclasses must override this method to return the name of the distribution.
        Specified by:
        toString in class Distribution