Ticket #85 (closed task: fixed)
Opened 2007-03-23T13:32:15-05:00
Last modified 2008-07-23T10:46:12-05:00
Look into other curve fitting algorithms
Reported by: | curtis | Owned by: | nor |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | slim-plotter | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by curtis)
There are other potentially useful techniques for exponential curve fitting aside from Levenberg-Marquardt least squares. One possibility is Globals, which transforms the data into the frequency domain before performing the fit, then transforms back afterwards. Such algorithms may provide better results, and should be explored.
Change History
comment:4 Changed 2008-07-23T10:46:12-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
- Severity changed from fatal to serious
SLIM Plotter now has an infrastructure for including additional curve fitting algorithms, and supports a genetic-algorithm-based curve fit routine supporting 1- and 2-component exponential fits.