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