| DescriptiveStatisticsKurtosis Property |
Gets the sample kurtosis.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public double Kurtosis { get; }
Property Value
Type:
DoubleThe sample kurtosis.
Remarks Returns zero if
Count is less than four.
See Also