Computes the negative binomial inverse cumulative distribution function (InvCDF).
value to evaluate InvCDF
number of successes until stopping
true probability
import mir.test: should; 0.9.negativeBinomialInvCDF(6, 3.0 / 4).should == 4;
Negative Binomial Distribution
See Implementation
Computes the negative binomial inverse cumulative distribution function (InvCDF).