|
|
Nonlinear Regression
Nonlinear Regression - Finds a best fitting curve with a custom formula through a set of data points using iterative least square fitting . Note that convergence properties generally worsen as the number of free parameters is increased . Also, calculation may fail when using exp and/or log functions in the formula. This is due to internal overflow where NaN (Not a Number) values are received as results.
|