Calculates the probability of lowerBound
or lowerBound + 1
or.
.. or upperBound
, successes from the total number of trials which is set
using SetNumberOfTrials.
Remark: In addition to the total number of trials being set using SetNumberOfTrials, you are also required to set the probability that any of the trials will be a successes using SetProbabilityOfASuccess.
Exception Type | Condition |
---|---|
BinomialProbabilityDistributionException | Thrown if lowerBound or upperBound , does not lie within the interval [0,n] , or if lowerBound > upperBound . |
BinomialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace | BinomialProbabilityDistribution.Probability Overload List