LeastSquaresSolver<T>.GetResidualSumOfSquares Method

Returns the sum of the squares of the residuals of the least squares solution.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T GetResidualSumOfSquares()

Return Value

>T
The sum of the squares of the residuals of the least squares solution.

Remarks

See Also