|  | NegativeBinomialDistributionMean Property | 
            Gets the mean of this distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Mean { get; }Public ReadOnly Property Mean As Double
	Get
public:
virtual property double Mean {
	double get () sealed;
}abstract Mean : float with get
override Mean : float with get
Property Value
DoubleImplements
IRandomVariableMomentsMean Remarks
Remarks
            The mean of the negative binomial distribution with parameters N and P
            is N(1-P)/P.
            
 See Also
See Also