  | NMathFunctionsSkewness(Int32) Method | 
            Calculates the biased skewness, a measure of the symmetry of the data, 
            of the elements in a data set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Skewness(
	int[] data
)
Public Shared Function Skewness ( 
	data As Integer()
) As Double
public:
static double Skewness(
	array<int>^ data
)
static member Skewness : 
        data : int[] -> float Parameters
- data  Int32
 - An array of integers.
 
Return Value
DoubleSkewness.
Exceptions
See Also