Represents a 5 parameter logistic curve that includes an asymmetry parameter..
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Class FiveParameterLogisticCurve _ Inherits NonlinearCurve |
| C# |
|---|
public class FiveParameterLogisticCurve : NonlinearCurve |
| Visual C++ |
|---|
public ref class FiveParameterLogisticCurve : public NonlinearCurve |
Remarks
Use the FiveParameterLogisticCurve class to fit a five parameter
logistic curve to data. This type of curve is often used to represent growth processes,
or a transition of a quantity from one level to another level.
With the FourParameterLogisticCurve curve, the change from the initial value and towards the final value are fairly symmetrical. When the data does not show this behavior, the resulting fit may not be adequate. The FiveParameterLogisticCurve curve remedies this situation by adding an asymmetry factor:
For details on how to fit a curve of this type, see the NonlinearCurveFitter class.
Inheritance Hierarchy
System.Object
Extreme.Mathematics.Curves.Curve
Extreme.Mathematics.Curves.NonlinearCurve
Extreme.Mathematics.Curves.Nonlinear.FiveParameterLogisticCurve
Extreme.Mathematics.Curves.Curve
Extreme.Mathematics.Curves.NonlinearCurve
Extreme.Mathematics.Curves.Nonlinear.FiveParameterLogisticCurve