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

public class Pascal
extends IntToIntDiscreteCurve
See Also:
Commons JavaDoc: PascalDistribution, Wikipedia: Negative binomial distribution {@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
    Pascal​(int r, double p, 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

    • Pascal

      public Pascal​(int r, double p, java.lang.String... modslist)