FourParameterLogisticCurve.FinalValue Property

Gets or sets the initial value of the logistic curve.

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double FinalValue { get; set; }

Property Value

Double

Remarks

The initial value is the limit of the function when x goes to negative infinity.

This value corresponds to the second parameter of the curve.

See Also