Overload List

  NameDescription
Variance(IDFColumn)
Calculates the variance of the given data.
Variance(array<Double>[]()[])
Calculates the variance of the given data.
Variance(array<Int32>[]()[])
Calculates the variance of the given data.
Variance(DoubleVector, BiasType)
Calculates the variance of the given data, using the specified bias type.
Variance(FloatVector, BiasType)
Calculates the variance of the given data, using the specified bias type.
Variance(IDFColumn, BiasType)
Calculates the variance of the given data, using the specified bias type.
Variance(array<Double>[]()[], BiasType)
Calculates the variance of the given data, using the specified bias type.
Variance(array<Int32>[]()[], BiasType)
Calculates the variance of the given data, using the specified bias type.

See Also