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

public class Hypergeometric
extends IntToIntDiscreteCurve
See Also:
Wikipedia: Hypergeometric distribution, Commons JavaDoc: HypergeometricDistribution {@inheritDoc}
  • Field Summary

    Fields inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve

    COMPUTE, HASH, INTERPOLATE, MAP
  • Constructor Summary

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

    Methods inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve

    applyAsInt

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.IntUnaryOperator

    andThen, compose
  • Constructor Details

    • Hypergeometric

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