Tagged Questions

3
votes
1answer
82 views

Optimise parameters in a set of non-linear equations simultaneously

I have a large number of equations (n) with a large number of unknowns (m) where m is larger than n. I am trying to find the values of m using the n equations and a large set of observed values. I ...
-2
votes
2answers
250 views

C# implementation of Levenberg–Marquardt algorithm

I am looking for a C# implementation of the Levenberg–Marquardt algorithm for non-linear least squares fit.