Click or drag to resize

NegativeBinomialDistributionN Property

Gets and sets number of successes.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int N { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if set to a negative value.
See Also