The Extreme.Mathematics.Curves.Nonlinear namespace contains classes for nonlinear curve fitting.
Syntax
| Visual Basic (Declaration) |
|---|
Namespace Extreme.Mathematics.Curves.Nonlinear |
| C# |
|---|
namespace Extreme.Mathematics.Curves.Nonlinear |
| C++ |
|---|
namespace Extreme.Mathematics.Curves.Nonlinear |
Classes
| Icon | Type | Description |
|---|---|---|
| ExponentialCurve |
Represents a non-linear curve that is the sum of one or more exponential terms.
| |
| FiveParameterLogisticCurve |
Represents a 5 parameter logistic curve that includes an asymmetry parameter..
| |
| FourParameterLogisticCurve |
Represents a Curve that can be used for a non-linear regression calculation.
| |
| GaussianCurve |
Represents a Gaussian 'bell' curve that can be used for a non-linear regression calculation.
| |
| LorentzCurve |
Represents a Lorentz peak curve that can be used for a non-linear regression calculation.
| |
| RationalCurve |
Represents a curve that is a quotient of two polynomials.
| |
| SineCurve |
Represents a periodic curve that can be used for a non-linear regression calculation.
|