The IRegressionCalculation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Rank |
Returns the rank if it was calculated as a byproduct of the parameter
calculation.
| |
| RankAvailable |
Returns true if the rank was calculated as a byproduct of the parameter
calculation; otherwise, false.
| |
| 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 value indicating whether or not the matrix formed by taking
the inverse of the product of the transpose of the regression matrix
with itself is available.
|