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

PoissonProbabilityDistribution.CumulativeProbability Method 

Evaluates the value of the cumulative distribution function of the Poisson distribution.

public double CumulativeProbability(
   int upperBound
);

Parameters

upperBound
The upper bound of the random variable. The probability is summed over all integers equal to and less than this value.

Remarks

In particvular, this methods calculates the probabilities of the random variable taking one of the values 0, 1, , upperBound, and them summed these values.

Exceptions

Exception TypeCondition
PoissonProbabilityDistributionExceptionIs thrown if the upperBound is not a positive integer.

See Also

PoissonProbabilityDistribution Class | ProbabilityDistributions Namespace