Click or drag to resize

IntRandomNegativeBinomialDistribution Constructor

Constructs a random number generator for a discrete negative binomial distribution using the default number of failures before stopping (10) and probability of success on each trial (0.50).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntRandomNegativeBinomialDistribution()
See Also