Returns the covariance between two columns of the current matrix.
Syntax
MatrixObject.ColCovariance(Col1, Col2)
Parameters
- Col1
- Long integer specifying the first column.
- Col2
- Long integer specifying the second column.
Error Codes
Error 1320
will be returned, if any of Col1, Col2 exceed matrix size.
See Also
ColCorrelation Method | CovarianceMatrix
Method
Applies To: Matrix