The SVDRegressionCalculation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CalculateParameters |
Calculates the parameters for the regression using a singular value decomposition
of the regression matrix to solve the least squares problem.
| |
| Clone |
Creates a deep copy of this regression calculator instance.
| |
| Equals | (Inherited from Object.) | |
| Factor | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| OnSerializing |
Checks for soln_ to be null, instantiates if so
| |
| Solve |
Computes the solution to the least squares problem Ax = b.
| |
| ToString | (Inherited from Object.) |