Gets the skewness of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double Skewness { get; }
Public Overridable ReadOnly Property Skewness As Double
Get
public:
virtual property double Skewness {
double get ();
}
abstract Skewness : float with get
override Skewness : float with get
Property Value
Type:
DoubleThe skewness of the distribution.
The skewness of a distribution is a number that indicates
the degree of asymmetry of the distribution. If the distribution
has a longer tail on the left side of the maximum, the
skewness is negative. Otherwise, the skewness is
positive.
Reference