Class Hypergeometric
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
io.nosqlbench.virtdata.library.curves4.discrete.int_int.Hypergeometric
-
Field Summary
Fields inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
COMPUTE, HASH, INTERPOLATE, MAP -
Constructor Summary
ConstructorsConstructorDescriptionHypergeometric(int populationSize, int numberOfSuccesses, int sampleSize, String... modslist) -
Method Summary
Methods inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
applyAsIntMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Constructor Details
-
Hypergeometric
public Hypergeometric(int populationSize, int numberOfSuccesses, int sampleSize, String... modslist)
-