Multi-dimensional, non-linear curve fitter


Frank Lawlor
08-23-2004, 10:22 PM
I finished the prototype of my multi-dimensional, non-leanar curve fitter.

MFIT is unique in several ways compared to techniques currently available:

- It constructs multi-dimensional equations from basic forms so that for three dimensions it can create at least 10s of thousands of potential equations and for four dimensions at least 100s of millions.

- In spite of the large potential equation space MFIT is vary fast and can fit to 3 dimensions in seconds and 4 dimensions in 10s of seconds for modest size datasets.

- Because of its speed and "constructive" approach it is not usually necessary for users to pre-select what equational form might be the best fit.

To get a copy of thr program go to http://home.austin.rr.com/mfit/

-- Frank