Click or drag to resize

CORegressionCalculation Properties

The CORegressionCalculation type exposes the following members.

Properties
 NameDescription
Public propertyRank Gets the rank of the regression matrix.
Public propertyRankAvailable Gets a boolean value indicating whether or not the rank for the regression matrix is available.
Public propertyTolerance Gets and sets the tolerance used in computing the effective rank of the regression matrix.
Public propertyXTXInv Gets the inverse of the matrix formed by taking the product of the regression matrix with its transpose, if available.
Public propertyXTXInvAvailable 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.
Top
See Also