Function negBinomCDFR

Probability that k or more failures precede the nth success.

double negBinomCDFR (
  ulong k,
  ulong n,
  double p
);