 | BinomialDistributionMean Property |
Gets the mean of this distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
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
The mean of the binomial distribution with parameters N and P
is NP.
See Also