Ges the skewness of the distribution.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Remarks

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