|   | Name | Description | 
|---|
   | Skewness(Double) | 
            Calculates the biased skewness, a measure of the symmetry of the data, 
            of the elements in a data set.
             | 
   | Skewness(DoubleVector) | 
            Calculates the biased skewness, a measure of the symmetry of the data, 
            of the elements in a data set.
             | 
   | Skewness(IDFColumn) | 
            Calculates the biased skewness, a measure of the symmetry of the data, 
            of the elements in a data set.
             | 
   | Skewness(Int32) | 
            Calculates the biased skewness, a measure of the symmetry of the data, 
            of the elements in a data set.
             | 
   | Skewness(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.
             | 
   | Skewness(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.
             | 
   | Skewness(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.
             | 
   | Skewness(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.
             |