Least Squares Solver<T>.Get Residual Sum Of Squares 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.4
C#
The sum of the squares of the residuals of the least squares solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public T GetResidualSumOfSquares()
Return Value
TThe sum of the squares of the residuals of the least squares solution.
Remarks
.