WebCab Probability and Statistics for .NET v3.3 Demo

BinomialProbabilityDistribution.Inverse Method 

The inverse of the cumulative distribution function of the Binomial Distribution.

public int Inverse(
   double probability
);

Parameters

probability
The given level of probability for which the inverse is sort.

Remarks

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.

Futher Explanation

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.

See Also

BinomialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace