Click or drag to resize

NMathFunctionsNaNSkewness Method

Overload List
 NameDescription
Public methodStatic memberNaNSkewness(Double) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set. NaN values are excluded.
Public methodStatic memberNaNSkewness(DoubleVector) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set. NaN values are excluded.
Public methodStatic memberNaNSkewness(IDFColumn) Calculates the biased skewness, a measure of the symmetry of the data, of the elements in a data set. Missing values are excluded.
Public methodStatic memberNaNSkewness(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. NaN values are excluded.
Public methodStatic memberNaNSkewness(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. NaN values are excluded.
Public methodStatic memberNaNSkewness(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. Missing values are excluded.
Top
See Also