WebCab Probability and Statistics Web Services for .NET v3.3 Demo

BinomialProbabilityDistribution.GetProbabilityOfASuccess Method 

Gets the probability of a success on any one trial.

public double GetProbabilityOfASuccess();

Remarks

Remark: Note that the probability of a failure of any of the trials is 1-(probSuccess), where probSuccess is the probability of a success.

See Also

BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace