Calculates the probability of numberOfSuccesses[0]
or numberOfSuccesses[1]
or.
.. successes during the total number of trials set using SetNumberOfTrials. This methods requires that the total number of trials and the probability of successes of each trial has been set using SetNumberOfTrials and SetProbabilityOfASuccess, respectively.
Exception Type | Condition |
---|---|
BinomialProbabilityDistributionException | Thrown if the number of trials or the probability of a successes of each trial has not been set using SetNumberOfTrials and SetProbabilityOfASuccess, respectively. |
BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace