PoissonDistributionExcessKurtosis 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; }
Public Overrides ReadOnly Property ExcessKurtosis As Double
Get
public:
virtual property double ExcessKurtosis {
double get () override;
}
abstract ExcessKurtosis : float with get
override ExcessKurtosis : float with get
Property Value
Type:
DoubleRemarks The excess kurtosis of a distribution is a measurement of the fatness of its tails relative
to the normal distribution.
See Also