Gets the kurtosis of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override double Kurtosis { get; }
Public Overrides ReadOnly Property Kurtosis As Double
Get
public:
virtual property double Kurtosis {
double get () override;
}
abstract Kurtosis : float with get
override Kurtosis : float with get
Property Value
Type:
DoubleThe kurtosis of the distribution.
The kurtosis of a distribution is a number that indicates
the sharpness of a peek in the distribution relative to
the normal distribution. Positive values. indicate a sharp peak.
Negative values indicate a less pronounced
peak, or even a valley.
Technically, this property returns the kurtosis excess,
which is the 'true' kurtosis minus 3, which is the kurtosis of the
normal distribution.
Reference