Negative Binomial RV
Parameters
prob
the probability of success, must be in (0,1)
num Success
number of trials until rth success
stream Num
the stream number from the stream provider to use
constructor(probOfSuccess: Double, numSuccess: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
prob Of Success
the probability of success, must be in (0,1)
num Success
number of trials until rth success
stream
the stream from the stream provider to use