The CORegressionCalculation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CORegressionCalculation | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CalculateParameters |
Calculates the parameters for a regression using a complete
orthogonal decomposition of the regression matrix to solve the
least squares problem.
| |
| Clone |
Creates a deep copy of this CORegressionCalculation.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|