Class Hypergeometric

  • All Implemented Interfaces:
    java.util.function.IntToLongFunction

    public class Hypergeometric
    extends IntToLongDiscreteCurve
    • Constructor Summary

      Constructors 
      Constructor Description
      Hypergeometric​(int populationSize, int numberOfSuccesses, int sampleSize, java.lang.String... modslist)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Hypergeometric

        public Hypergeometric​(int populationSize,
                              int numberOfSuccesses,
                              int sampleSize,
                              java.lang.String... modslist)