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

IconTypeDescription
public classExponentialCurve
Represents a non-linear curve that is the sum of one or more exponential terms.
public classFiveParameterLogisticCurve
Represents a 5 parameter logistic curve that includes an asymmetry parameter..
public classFourParameterLogisticCurve
Represents a Curve that can be used for a non-linear regression calculation.
public classGaussianCurve
Represents a Gaussian 'bell' curve that can be used for a non-linear regression calculation.
public classLorentzCurve
Represents a Lorentz peak curve that can be used for a non-linear regression calculation.
public classRationalCurve
Represents a curve that is a quotient of two polynomials.
public classSineCurve
Represents a periodic curve that can be used for a non-linear regression calculation.