  | NMathFunctionsSkewness(IDFColumn, BiasType) Method | 
            Calculates the skewness, a measure of the symmetry of the data, of the
            the elements in a data set using the given bias type.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Skewness(
	IDFColumn data,
	BiasType type
)
Public Shared Function Skewness ( 
	data As IDFColumn,
	type As BiasType
) As Double
public:
static double Skewness(
	IDFColumn^ data, 
	BiasType type
)
static member Skewness : 
        data : IDFColumn * 
        type : BiasType -> float Parameters
- data  IDFColumn
 - A column.
 - type  BiasType
 - Bias type.
 
Return Value
DoubleSkewness.
Exceptions
See Also