FourParameterLogisticCurve.InitialValue Property

Gets or sets the initial value of the logistical curve.

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double InitialValue { 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 first parameter of the curve.

See Also