Represents the solution to a least squares problem.
SystemObject Extreme.Mathematics.LinearAlgebraSingleLeastSquaresSolver
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public sealed class SingleLeastSquaresSolver
Public NotInheritable Class SingleLeastSquaresSolver
public ref class SingleLeastSquaresSolver sealed
[<SealedAttribute>]
type SingleLeastSquaresSolver = class end
The SingleLeastSquaresSolver type exposes the following members.
Top
Top
| Name | Description |
---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetPredictions |
Returns a vector containing the predicted
outcomes of the least squares solution.
|
 | GetResiduals |
Returns a vector containing the residuals
of the least squares solution.
|
 | GetResidualSumOfSquares |
Returns the sum of the squares of the residuals
of the least squares solution.
|
 | GetResidues | Obsolete.
Returns a vector containing the residuals
of the least squares solution.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Solve |
Solves the least squares problem and returns the
least norm solution.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Numerical Libraries
Supported in: 5.x, 4.x
Reference