Class Hypergeometric

java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
io.nosqlbench.virtdata.library.curves4.discrete.int_int.Hypergeometric
All Implemented Interfaces:
IntUnaryOperator

public class Hypergeometric extends IntToIntDiscreteCurve
See Also:
  • Constructor Details

    • Hypergeometric

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