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

BinomialProbabilityDistribution.ProbabilityUp Method 

Calculates the probability of lowerBound or lowerBound + 1 or.

public double ProbabilityUp(
   int lowerBound
);

Parameters

lowerBound
The lower number of successes, for which the probability of an equal number of greater number of sussess is evaluated.

Remarks

.. 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.

Exceptions

Exception TypeCondition
BinomialProbabilityDistributionExceptionThrown if lowerBound does not lie within the interval [0,n].

See Also

BinomialProbabilityDistribution Class | ProbabilityDistributions Namespace