Numerics. NET. Curves. Nonlinear Namespace
The Numerics.NET.Curves.Nonlinear namespace contains classes for nonlinear curve fitting.
Classes
Exponential | Represents a non-linear curve that is the sum of one or more exponential terms. |
Five | Represents a 5 parameter logistic curve that includes an asymmetry parameter.. |
Four | Represents a Curve that can be used for a non-linear regression calculation. |
Gaussian | Represents a Gaussian 'bell' curve that can be used for a non-linear regression calculation. |
Lorentz | Represents a Lorentz peak curve that can be used for a non-linear regression calculation. |
Rational | Represents a curve that is a quotient of two polynomials. |
Sine | Represents a periodic curve that can be used for a non-linear regression calculation. |