Click or drag to resize

NMathFunctionsSkewness Method

Overload List
 NameDescription
Public methodStatic memberSkewness(Double) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set.
Public methodStatic memberSkewness(DoubleVector) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set.
Public methodStatic memberSkewness(IDFColumn) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set.
Public methodStatic memberSkewness(Int32) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set.
Public methodStatic memberSkewness(Double, BiasType) Calculates the skewness, a measure of the symmetry of the data, of the the elements in a data set using the given bias type.
Public methodStatic memberSkewness(DoubleVector, BiasType) Calculates the skewness, a measure of the symmetry of the data, of the the elements in a data set using the given bias type.
Public methodStatic memberSkewness(IDFColumn, BiasType) Calculates the skewness, a measure of the symmetry of the data, of the the elements in a data set using the given bias type.
Public methodStatic memberSkewness(Int32, BiasType) Calculates the skewness, a measure of the symmetry of the data, of the the elements in a data set using the given bias type.
Top
See Also