HypergeometricDistributionSkewness Property |
Gets the skewness of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double Skewness { get; }
Public Overrides ReadOnly Property Skewness As Double
Get
public:
virtual property double Skewness {
double get () override;
}
abstract Skewness : float with get
override Skewness : float with get
Property Value
Type:
DoubleRemarks The skewness of a distribution is a measurement of its asymmetry about its mean.
It is the third moment about the mean, measured in units of the cubed standard deviation.
See Also