MatrixObject.MatrixCorrelations

This function computes the correlation of Matrix and places in MatrixResult. Intercept is included if set to 1 and not included if set to 0.

Syntax Parameters Return Value
Function MatrixObject.MatrixCorrelations( _
    Matrix As Double(), _
    Intercept As Integer, _
    ByRef Result As Double()) As Integer
  • Matrix [in]

Type: Double()

  • Intercept [in]

Type: Integer

  • Result [in,out]

Type: Double()

Integer