Gets the sample skewness.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double Skewness { get; }
Public ReadOnly Property Skewness As Double
Get
public:
property double Skewness {
double get ();
}
member Skewness : float with get
Property Value
Type:
DoubleRemarks Skewness is the third central moment, measured in units of the appropriate power of the standard deviation.
See Also