The inverse of the cumulative distribution function of the Binomial Distribution.
Before this method is called it is necesary to set the total number of trials and the probability of each of the trials being a successes using SetNumberOfTrials and SetProbabilityOfASuccess, respectively.
The inverse of a given level of probability is the minimum integer such that the cumulative density function of this integer is greater than the given level of probability.
BinomialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace