OONumerics User : |
From: Evgenii Rudnyi (rudnyi_at_[hidden])
Date: 2005-12-06 03:01:56
> I'm looking for a Levenberg-Marquadt implementation for fitting
> multiple
> functions at multiple points.
> Means there are n functions f1(a, x)..fn-1(a, x) and multiple
> m-dimensional x-points and matching result points for every function.
> Parameter vector a is to be determined.
> C++ or java or both would be fine.
If I have understood correctly, your problem is pretty similar to mine
when I was working on computational thermodynamics. Please have a look
at
http://evgenii.rudnyi.ru/doc/misc/ExperimentalDatasets.html
The page contain a short description of the problem and links to my
papers and software (see Ref [1]) to treat this problem.
Best wishes,
Evgenii