Class IntRandomNegativeBinomialDistribution generates random numbers from a discrete negative binomial distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class IntRandomNegativeBinomialDistribution : IRandomNumberDistribution<int>, 
	ICloneable
Visual Basic (Declaration)
Public Class IntRandomNegativeBinomialDistribution _
	Implements IRandomNumberDistribution(Of Integer), ICloneable
Visual C++
public ref class IntRandomNegativeBinomialDistribution : IRandomNumberDistribution<int>, 
	ICloneable

Remarks

The negative binomial distribution is a discrete probability distribution of the number of successes in a sequence of Bernoulli trials before a specified number of failures occurs.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.IntRandomNegativeBinomialDistribution

See Also