Package jdistlib

Interface DiscreteTailBound

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DiscreteTailBound
User-supplied certificate bounding all unnormalized mass beginning at an omitted integer. The returned bound must include firstOmittedWeight.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    upperBound(long firstOmitted, double firstOmittedWeight)
     
  • Method Details

    • upperBound

      double upperBound(long firstOmitted, double firstOmittedWeight)