Calculates the probability of lowerBound
or lowerBound + 1
or.
.. or n
successes where n
in the total number
of trials which is set using SetNumberOfTrials.
Remark: 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.
Exception Type | Condition |
---|---|
BinomialProbabilityDistributionException | Thrown if lowerBound does not lie within the interval [0,n] . |
BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace