You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just curious if there is a Special "non-linear" generalized Regression method in Math.Net so user can do fits with any nonlinear function / model?
In the examples I saw Fit.Line(x,y) but I would like to know if there is sth like "Fit.Curve(x,y,f)" ?
In other words - user give the method a function f and method determines Parameter.
In MATLAB and other Regression Tools this is often done by Gradient free Algorithmen.
Mostly done by nelder mead algorithm.
And in case it is not implemented - you accept pull requests?