Overload List
| Name | Description | |
|---|---|---|
| NaNSkewness(DoubleVector) |
Calculates the biased skewness, a measure of the symmetry of the data,
of the elements in a data set. NaN values are excluded.
| |
| NaNSkewness(IDFColumn) |
Calculates the biased skewness, a measure of the symmetry of the data,
of the elements in a data set. Missing values are excluded.
| |
| NaNSkewness(array<Double>[]()[]) |
Calculates the biased skewness, a measure of the symmetry of the data,
of the elements in a data set. NaN values are excluded.
| |
| NaNSkewness(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.
| |
| NaNSkewness(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.
| |
| NaNSkewness(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. NaN values are
excluded.
|