Gets the kurtosis, a measure of the degree of peakednesss of the distribution.

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

Syntax

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

Implements

IRandomVariableMoments..::.Kurtosis

Remarks

The kurtosis is the fourth central moment divided by the fouth power of the standard deviation normalized so that the kurtosis if the normal distribution is zero.

See Also