Click or drag to resize

ChiSquareDistributionKurtosis Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Kurtosis { get; }

Property Value

Double

Implements

IRandomVariableMomentsKurtosis
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.
See Also