Click or drag to resize

WaldDistributionExcessKurtosis Property

Gets the excess kurtosis of the distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double ExcessKurtosis { get; }

Property Value

Type: Double
Remarks

The excess kurtosis of a distribution is a measurement of the fatness of its tails relative to the normal distribution.

See Also