NuGenSciMath

NuGenPoissonProbability Class

When to use the Poisson probability Use when you have events that can happen instantaneously and at any time. The chance of two or more events happening at the same time is effectively zero for a time span small enough. For example: A certain street corner has an average of 7 traffic accidents per year. What is the probability that there will be 8 accidents the following year. Here our lambda is 7, the average from which we base the likelihood of traffic accidents happening in a year. Our random variable is 8. The probability will be less than if our random variable was 7 and more than if our random variable was 9. This probability distribution has a bell shaped curve to it.

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

System.Object
   Genetibase.MathX.NuGenProbability
      Genetibase.MathX.NuGenPoissonProbability

[Visual Basic]
Public Class NuGenPoissonProbability
    Inherits NuGenProbability
[C#]
public class NuGenPoissonProbability : NuGenProbability

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Genetibase.MathX

Assembly: Genetibase.MathX.NuGenSciMathI (in Genetibase.MathX.NuGenSciMathI.dll)

See Also

NuGenPoissonProbability Members | Genetibase.MathX Namespace