| Name | Description |
---|
  | Variance(Double) |
Calculates the variance of the given data.
|
  | Variance(DoubleComplexMatrix) |
Computes the variance of the matrix columns.
|
  | Variance(DoubleComplexVector) |
Calculates the biased variance of a given vector.
|
  | Variance(DoubleMatrix) |
Computes the variance of the matrix columns.
|
  | Variance(DoubleVector) |
Calculates the biased variance of a given vector.
|
  | Variance(FloatComplexMatrix) |
Computes the variance of the matrix columns.
|
  | Variance(FloatComplexVector) |
Calculates the biased variance of a given vector.
|
  | Variance(FloatMatrix) |
Computes the variance of the matrix columns.
|
  | Variance(FloatVector) |
Calculates the biased variance of a given vector's elements.
|
  | Variance(IDFColumn) |
Calculates the variance of the given data.
|
  | Variance(Int32) |
Calculates the variance of the given data.
|
  | Variance(Double, BiasType) |
Calculates the variance of the given data, using the specified bias type.
|
  | 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(Int32, BiasType) |
Calculates the variance of the given data, using the specified bias type.
|