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: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of the squares of the residuals of the least squares solution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T GetResidualSumOfSquares()
Return Value
TThe sum of the squares of the residuals of the least squares solution.