 | NegativeBinomialDistributionKurtosis Property |
Gets the kurtosis coefficient, a measure of the degree of peakedness of
this distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Kurtosis { get; }
Public ReadOnly Property Kurtosis As Double
Get
public:
virtual property double Kurtosis {
double get () sealed;
}
abstract Kurtosis : float with get
override Kurtosis : float with get
Property Value
DoubleImplements
IRandomVariableMomentsKurtosis
See Also