Gets the skewness, a measure of the degree of asymmetry of
this distribution.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double Skewness { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Skewness As Double |
| Visual C++ |
|---|
public: virtual property double Skewness { double get () sealed; } |