Click or drag to resize
RunningStatisticsPopulationKurtosis Property
Evaluates the population kurtosis from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than three entries or if any entry is NaN.

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

Property Value

Type: Double

[Missing <value> documentation for "P:MathNet.Numerics.Statistics.RunningStatistics.PopulationKurtosis"]

See Also