Click or drag to resize

NegativeBinomialDistributionMean Property

Gets the mean of this distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Mean { get; }

Property Value

Double

Implements

IRandomVariableMomentsMean
Remarks
The mean of the negative binomial distribution with parameters N and P is N(1-P)/P.
See Also