The CORegressionCalculation type exposes the following members.

Properties

  NameDescription
Rank
Gets the rank of the regression matrix.
RankAvailable
Gets a boolean value indicating whether or not the rank for the regression matrix is available.
Tolerance
Gets and sets the tolerance used in computing the effective rank of the regression matrix.
XTXInv
Gets the inverse of the matrix formed by taking the product of the regression matrix with its transpose, if available.
XTXInvAvailable
Gets a boolean indicating whether or not the matrix formed by taking the inverse of the product of the transpose of the regression matrix with itself is avaialble as part of the decomposition.

See Also