Gets the mean of this distribution.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Mean { get; }
Visual Basic (Declaration)
Public ReadOnly Property Mean As Double
Visual C++
public:
virtual property double Mean {
	double get () sealed;
}

Implements

IRandomVariableMoments..::.Mean

Remarks

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

See Also