Click or drag to resize
Accord.NET (logo)

GaussNewtonResiduals Property

Gets the vector of residuals computed in the last iteration. The residuals are computed as (y - f(w, x)), in which y are the expected output values, and f is the parameterized model function.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double[] Residuals { get; }
Request Example View Source

Property Value

Type: Double
See Also