GaussNewtonalgoritmen
The Gauss‑Newton algorithm is an iterative numerical method used to solve non‑linear least‑squares problems. It was introduced by Philipp Ludwig Ernst Gauss and Carl Friedrich Gauss independently in the 19th century, but it was Carl Friedrich Gauss who first described the method in his 1833 dissertation. The algorithm is particularly effective for fitting model functions to noisy data when the model is differentiable with respect to its parameters.
A non‑linear least‑squares problem seeks parameters \(x\) that minimize the sum of squares of residuals \(r_i(x)=y_i -
The algorithm converges rapidly when the residuals are small and the model is reasonably close to linear