Overload List

  NameDescription
CovarianceMatrix(DoubleMatrix)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(FloatMatrix)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(DoubleMatrix, BiasType)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(DoubleMatrix, Boolean)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(FloatMatrix, BiasType)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(FloatMatrix, Boolean)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(DoubleMatrix, BiasType, Boolean)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.
CovarianceMatrix(FloatMatrix, BiasType, Boolean)
Creates a square, symmetric matrix containing the variances and covariances of the columns in data.

See Also