WebCab Probability and Statistics for .NET v3.3 Demo

PoissonProbabilityDistribution Class

Within this class we consider the definition and use of the Poisson probability distribution.

For a list of all members of this type, see PoissonProbabilityDistribution Members.

System.Object
   PoissonProbabilityDistribution

public class PoissonProbabilityDistribution

Remarks

The Poisson probability distribution is a random variable that is useful for estimating the number of occurrences over a specified interval of time or space. The random variable is described by the Poisson Probability function if the following two properties are satisfied:

Note that with this distribution there is no upper limit on numberOfOccurrences, the number of occurrences.

Requirements

Namespace: WebCab.Libraries.Statistics.PDistributions

Assembly: WebCab.Libraries.StatisticsDemo (in WebCab.Libraries.StatisticsDemo.dll)

See Also

PoissonProbabilityDistribution Members | WebCab.Libraries.Statistics.PDistributions Namespace