Represents a Curve that can be used for a non-linear regression calculation.

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Class FourParameterLogisticCurve _
	Inherits NonlinearCurve
C#
public class FourParameterLogisticCurve : NonlinearCurve
Visual C++
public ref class FourParameterLogisticCurve : public NonlinearCurve

Remarks

Use the FourParameterLogisticCurve class to fit a four 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. In this case, a FiveParameterLogisticCurve may be more appropriate.

Inheritance Hierarchy

System.Object
  Extreme.Mathematics.Curves.Curve
    Extreme.Mathematics.Curves.NonlinearCurve
      Extreme.Mathematics.Curves.Nonlinear.FourParameterLogisticCurve