NuGenSciMath

NuGenNegativeBinomialProbability Class

When to use the NuGenNegativeBinomialProbability The Negative Binomial NuGenProbability is similar to the Geometric NuGenProbability in concept but similar to the Binomial NuGenProbability in computation. The Negative Binomial probability answers the question, "What is the chance that the Kth successful trial happens on the Yth trial. For example, Die rolling, what is the chance of rolling a one EXACTLY three times with the last one happening on the sixth roll. Here K=3, Y=6 and the chance to roll a one is 1/6

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

System.Object
   Genetibase.MathX.NuGenProbability
      Genetibase.MathX.NuGenNegativeBinomialProbability

[Visual Basic]
Public Class NuGenNegativeBinomialProbability
    Inherits NuGenProbability
[C#]
public class NuGenNegativeBinomialProbability : 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

NuGenNegativeBinomialProbability Members | Genetibase.MathX Namespace