The SVDRegressionCalculation type exposes the following members.

Properties

  NameDescription
Cols
Gets the number of columns in the matrix.
Fail
Gets the status of the singular value decomposition.
IsGood
Returns true if the singular value decomposition may be used to solve least squares problems; otherwise false.
Rank
Gets the numerical rank of the matrix.
RankAvailable
Returns the rank if it was calculated as a byproduct of the parameter calculation.
Rows
Gets the number of rows in the matrix.
Tolerance
Gets and sets the tolerance for computing the numerical rank. All singular values less than tolerance are set to zero.
XTXInv
Gets the matrix formed by taking the inverse of the product of the transpose of the regression matrix with itself, 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