WebCab Probability and Statistics for COM v3.3 Demo

PoissonApproximationOfTheBinomialDistribution.SetProbabilityOfAFailure Method 

Sets the probability of a failure on any one trial.

public void SetProbabilityOfAFailure(
   double probabilityOfFailure
);

Parameters

probabilityOfFailure
The probability of the failure. Note that the probability of any event will always lie in the interval [0,1].

Exceptions

Exception TypeCondition
BinomialProbabilityDistributionExceptionThrown if the given probability is greater than 1 or less than 0.

See Also

PoissonApproximationOfTheBinomialDistribution Class | WebCab.COM.Statistics.PDistributions Namespace