Click or drag to resize
DescriptiveStatisticsKurtosis Property
Gets the sample kurtosis.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public double Kurtosis { get; }

Property Value

Type: Double
The sample kurtosis.
Remarks
Returns zero if Count is less than four.
See Also