Class IntToIntDiscreteCurve
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
- All Implemented Interfaces:
IntUnaryOperator
- Direct Known Subclasses:
Binomial,EnumeratedInts,Geometric,Hypergeometric,Pascal,Poisson,Uniform,Zipf
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntToIntDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution, String... modslist) -
Method Summary
Methods 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
-
Field Details
-
COMPUTE
- See Also:
-
INTERPOLATE
- See Also:
-
MAP
- See Also:
-
HASH
- See Also:
-
-
Constructor Details
-
IntToIntDiscreteCurve
public IntToIntDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution, String... modslist)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int operand) - Specified by:
applyAsIntin interfaceIntUnaryOperator
-