The SVDRegressionCalculation type exposes the following members.

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FactorOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

See Also