| Name | Description |
---|
  | Covariance(Double, Double) |
Computes the covariance of two data sets.
|
  | 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(Int32, Int32) |
Computes the covariance of two data sets.
|
  | Covariance(Double, Double, BiasType) |
Computes the covariance of two data sets using the specified bias.
|
  | 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(Int32, Int32, BiasType) |
Computes the covariance of two data sets using the specified bias.
|