Computes the negative binomial complementary cumulative distribution function (CCDF).
value to evaluate CCDF (e.g. number of "heads")
number of successes until stopping
true probability
import mir.test: shouldApprox; 4.negativeBinomialCCDF(6, 3.0 / 4).shouldApprox == 0.07812691;
Negative Binomial Distribution
See Implementation
Computes the negative binomial complementary cumulative distribution function (CCDF).