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

PoissonProbabilityDistribution.Inverse Method 

The inverswe of the cumulative distribution function of the Poisson distribution.

public int Inverse(
   double probability
);

Parameters

probability
The given level of probability for which the inverse is sort. Since this parameter is a probability is must lie within the interval [0,1].

Remarks

The inverse of a given level of probability is an minimum integer such that the cumulative density function of this integer is greater than the given level of probability.

See Also

PoissonProbabilityDistribution Class | ProbabilityDistributions Namespace