Skip to content

Is there a non linear regression / fit method in Math.Net? #597

@dotChris90

Description

@dotChris90

Hello Team,

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions