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