Here we offer the Levenberg - Marquardt algorithm which fits a given non-linear function set in accordance with the least squares approach.
Overload List
| Overload |
Description |
| NonLinearModel(String,Series,Series,Double[],Boolean[]) |
Here we offer the Levenberg - Marquardt algorithm which fits a given non-linear function set in accordance with the least squares approach. |
| NonLinearModel(Series,Series,Double[],Boolean[]) |
Here we offer the Levenberg - Marquardt algorithm which fits a given non-linear function set in accordance with the least squares approach. |
| NonLinearModel(SeriesCollection,Series,Double[],Boolean[]) |
Here we offer the Levenberg - Marquardt algorithm which fits a given non-linear function set in accordance with the least squares approach. |
See Also