Overload List

  NameDescription
Covariance(DoubleVector, DoubleVector)
Computes the covariance of two data sets.
Covariance(FloatVector, FloatVector)
Computes the covariance of two data sets.
Covariance(IDFColumn, IDFColumn)
Computes the covariance of two data sets.
Covariance(array<Double>[]()[], array<Double>[]()[])
Computes the covariance of two data sets.
Covariance(array<Int32>[]()[], array<Int32>[]()[])
Computes the covariance of two data sets.
Covariance(DoubleVector, DoubleVector, BiasType)
Computes the covariance of two data sets using the specified bias.
Covariance(FloatVector, FloatVector, BiasType)
Computes the covariance of two data sets using the specified bias.
Covariance(IDFColumn, IDFColumn, BiasType)
Computes the covariance of two data sets using the specified bias.
Covariance(array<Double>[]()[], array<Double>[]()[], BiasType)
Computes the covariance of two data sets using the specified bias.
Covariance(array<Int32>[]()[], array<Int32>[]()[], BiasType)
Computes the covariance of two data sets using the specified bias.

See Also