Overload List
| Name | Description | |
|---|---|---|
| StandardDeviation(DoubleVector) |
Calculates the biased standard deviation of the elements in the given data set.
| |
| StandardDeviation(IDFColumn) |
Calculates the biased standard deviation of the elements in the given data set.
| |
| StandardDeviation(array<Double>[]()[]) |
Calculates the biased standard deviation of the elements in the given data set.
| |
| StandardDeviation(array<Int32>[]()[]) |
Calculates the biased standard deviation of the elements in the given data set.
| |
| StandardDeviation(DoubleVector, BiasType) |
Calculates the biased standard deviation of the elements in the given data set,
using the specified bias.
| |
| StandardDeviation(IDFColumn, BiasType) |
Calculates the biased standard deviation of the elements in the given data set,
using the specified bias.
| |
| StandardDeviation(array<Double>[]()[], BiasType) |
Calculates the biased standard deviation of the elements in the given data set,
using the specified bias.
| |
| StandardDeviation(array<Int32>[]()[], BiasType) |
Calculates the biased standard deviation of the elements in the given data set,
using the specified bias.
|