|  | TDistributionKurtosis Property | 
            Gets the kurtosis, a measure of the degree of peakednesss of the
            distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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 Remarks
Remarks
            The kurtosis is the fourth centeral moment divided by the
            fouth power of the standard deviation normalized so that
            the kurtosis if the normal distribution is zero. If the degrees of 
            freedom for the distribution is less than 5, the skewness is undefined.
            In this case Double.NaN is returned.
            
 See Also
See Also