Click or drag to resize

FDistributionSkewness Property

Gets the skewness, a measure of the degree of asymmetry of this distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Skewness { get; }

Property Value

Double

Implements

IRandomVariableMomentsSkewness
Remarks
The skewness is the third central moment divided by the cube of the standard deviation. If the degrees of freedom for the distribution is less than 7, the skewness is undefined. In this case Double.NaN is returned.
See Also