 | NormalDistributionSkewness Property |
Gets the skewness, a measure of the degree of asymmetry of
this density.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic double Skewness { get; }
Public ReadOnly Property Skewness As Double
Get
public:
virtual property double Skewness {
double get () sealed;
}
abstract Skewness : float with get
override Skewness : float with get
Property Value
Type:
DoubleImplements
IRandomVariableMomentsSkewness
Remarks
The skewness is the third central moment divided by the cube of
the standard deviation.
See Also