Evaluates the value of the cumulative distribution function of the Poisson distribution.
In particvular, this methods calculates the probabilities of the
random variable taking one of the values 0, 1, , upperBound
,
and them summed these values.
Exception Type | Condition |
---|---|
PoissonProbabilityDistributionException | Is thrown if the upperBound is not a positive integer. |
PoissonProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace