The matrix (LMAMatrix
) class used in the fit is an interface, so you can use your favourite implementation. This package uses Matrix
from JAMA-math libraries, but feel free to use anything you want. Note that you have to implement the actual model function and its partial derivates as LMAFunction
or LMAMultiDimFunction
before making the fit.
Note that there are three different ways to input the data points. Read the documentation for each constructor carefully. @author Janne Holopainen (jaolho@utu.fi, tojotamies@gmail.com) @version 1.2, 24.04.2007The algorithm is free for non-commercial use.
|
|
|
|
|
|
|
|