LeastSquaresSolver<T>.GetResidualSumOfSquares Method

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T GetResidualSumOfSquares()

Return Value

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

Remarks

.

See Also